[PATCH] x86_64: Report local APIC ID when initializing CPU
Makes some debugging easier. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
9ede6b0945
commit
77d910f557
1 changed files with 2 additions and 2 deletions
|
@ -878,8 +878,8 @@ static void __init amd_detect_cmp(struct cpuinfo_x86 *c)
|
||||||
}
|
}
|
||||||
numa_set_node(cpu, node);
|
numa_set_node(cpu, node);
|
||||||
|
|
||||||
printk(KERN_INFO "CPU %d(%d) -> Node %d -> Core %d\n",
|
printk(KERN_INFO "CPU %d/%x(%d) -> Node %d -> Core %d\n",
|
||||||
cpu, c->x86_max_cores, node, cpu_core_id[cpu]);
|
cpu, apicid, c->x86_max_cores, node, cpu_core_id[cpu]);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue