From: Rusty Russell <rusty@rustcorp.com.au>
To: linux-kernel@vger.kernel.org
Subject: [RFC 6/8] params: move core_param() parsing to before setup_arch.
Date: Mon, 1 Dec 2008 23:26:17 +1030 [thread overview]
Message-ID: <200812012326.17801.rusty@rustcorp.com.au> (raw)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
init/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/init/main.c b/init/main.c
--- a/init/main.c
+++ b/init/main.c
@@ -563,6 +563,9 @@ asmlinkage void __init start_kernel(void
asmlinkage void __init start_kernel(void)
{
arch_get_boot_command_line();
+ parse_args("Core params", boot_command_line, __start___core_param,
+ __stop___core_param - __start___core_param,
+ unknown_core_ok, true);
smp_setup_processor_id();
@@ -592,9 +595,6 @@ asmlinkage void __init start_kernel(void
setup_arch();
mm_init_owner(&init_mm, &init_task);
setup_command_line();
- parse_args("Core params", boot_command_line, __start___core_param,
- __stop___core_param - __start___core_param,
- unknown_core_ok, true);
unwind_setup();
setup_per_cpu_areas();
reply other threads:[~2008-12-01 12:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200812012326.17801.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.