diff options
-rw-r--r-- | arch/x86_64/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 50cd2bbd75af..6ca07eaa26db 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -878,8 +878,8 @@ static void __init amd_detect_cmp(struct cpuinfo_x86 *c) | |||
878 | } | 878 | } |
879 | numa_set_node(cpu, node); | 879 | numa_set_node(cpu, node); |
880 | 880 | ||
881 | printk(KERN_INFO "CPU %d(%d) -> Node %d -> Core %d\n", | 881 | printk(KERN_INFO "CPU %d/%x(%d) -> Node %d -> Core %d\n", |
882 | cpu, c->x86_max_cores, node, cpu_core_id[cpu]); | 882 | cpu, apicid, c->x86_max_cores, node, cpu_core_id[cpu]); |
883 | #endif | 883 | #endif |
884 | #endif | 884 | #endif |
885 | } | 885 | } |