commit | 823b259b80158a5fb694f6784e18b5bae669c599 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Wed Sep 10 21:56:46 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:53:09 2008 +0200 |
tree | ad5578993ff3f3e8dacf3ad91757911a0899ea87 | |
parent | 87783be4c26d79f5cde245e6e8a9fd2b295e92d7 [diff] [blame] |
x86: print out apic id in hex format Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index 32e7352..8f1e31d 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c
@@ -249,7 +249,7 @@ } numa_set_node(cpu, node); - printk(KERN_INFO "CPU %d/%x -> Node %d\n", cpu, apicid, node); + printk(KERN_INFO "CPU %d/0x%x -> Node %d\n", cpu, apicid, node); #endif }