diff options
author | Andi Kleen <ak@suse.de> | 2005-07-28 21:15:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-28 21:45:58 -0700 |
commit | de04f3220b9789cc40fd6b1d151dfa0a7e3b03b9 (patch) | |
tree | aa2f1766c0bc340a8298c463f2138649a83a6177 /arch/x86_64/kernel/smpboot.c | |
parent | 3019e8ebe6281843488250ee3a539106806da93a (diff) | |
download | blackbird-op-linux-de04f3220b9789cc40fd6b1d151dfa0a7e3b03b9.tar.gz blackbird-op-linux-de04f3220b9789cc40fd6b1d151dfa0a7e3b03b9.zip |
[PATCH] x86_64: Clarify Booting processor ... message
No need to print kernel addresses there and clarify what the APIC-ID is.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/kernel/smpboot.c')
-rw-r--r-- | arch/x86_64/kernel/smpboot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/smpboot.c b/arch/x86_64/kernel/smpboot.c index db27e1844ed2..001c2d572485 100644 --- a/arch/x86_64/kernel/smpboot.c +++ b/arch/x86_64/kernel/smpboot.c @@ -755,8 +755,9 @@ do_rest: initial_code = start_secondary; clear_ti_thread_flag(c_idle.idle->thread_info, TIF_FORK); - printk(KERN_INFO "Booting processor %d/%d rip %lx rsp %lx\n", cpu, apicid, - start_rip, init_rsp); + printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu, + cpus_weight(cpu_present_map), + apicid); /* * This grunge runs the startup process for |