aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smpboot.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-07-29 00:15:29 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-29 00:45:58 -0400
commitde04f3220b9789cc40fd6b1d151dfa0a7e3b03b9 (patch)
treeaa2f1766c0bc340a8298c463f2138649a83a6177 /arch/x86_64/kernel/smpboot.c
parent3019e8ebe6281843488250ee3a539106806da93a (diff)
[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.c5
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:
755 initial_code = start_secondary; 755 initial_code = start_secondary;
756 clear_ti_thread_flag(c_idle.idle->thread_info, TIF_FORK); 756 clear_ti_thread_flag(c_idle.idle->thread_info, TIF_FORK);
757 757
758 printk(KERN_INFO "Booting processor %d/%d rip %lx rsp %lx\n", cpu, apicid, 758 printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu,
759 start_rip, init_rsp); 759 cpus_weight(cpu_present_map),
760 apicid);
760 761
761 /* 762 /*
762 * This grunge runs the startup process for 763 * This grunge runs the startup process for