mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[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>
This commit is contained in:
parent
3019e8ebe6
commit
de04f3220b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue