Re: [RFC 7/8] Call early_param earlier.

From: David Howells
Date: Wed Dec 03 2008 - 08:44:41 EST


Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote:

> parse_args("Core params", boot_command_line, __start___core_param,
> __stop___core_param - __start___core_param,
> unknown_core_ok, true);
> + /* All fall through to do_early_param. */
> + parse_args("early options", boot_command_line, NULL, 0, do_early_param,
> + true);

Why have two separate lists since they are processed contiguously?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/