Commit de04f322 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Clarify Booting processor ... message

No need to print kernel addresses there and clarify what the APIC-ID is.
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3019e8eb
...@@ -755,8 +755,9 @@ static int __cpuinit do_boot_cpu(int cpu, int apicid) ...@@ -755,8 +755,9 @@ static int __cpuinit do_boot_cpu(int cpu, int apicid)
initial_code = start_secondary; initial_code = start_secondary;
clear_ti_thread_flag(c_idle.idle->thread_info, TIF_FORK); 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, printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu,
start_rip, init_rsp); cpus_weight(cpu_present_map),
apicid);
/* /*
* This grunge runs the startup process for * This grunge runs the startup process for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment