diff options
Diffstat (limited to 'arch/x86/kernel/cpu/proc.c')
-rw-r--r-- | arch/x86/kernel/cpu/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/proc.c b/arch/x86/kernel/cpu/proc.c index 15043a335ef1..e8e58c09625d 100644 --- a/arch/x86/kernel/cpu/proc.c +++ b/arch/x86/kernel/cpu/proc.c | |||
@@ -59,6 +59,7 @@ static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, | |||
59 | cpus_weight(per_cpu(cpu_core_map, cpu))); | 59 | cpus_weight(per_cpu(cpu_core_map, cpu))); |
60 | seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id); | 60 | seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id); |
61 | seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); | 61 | seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); |
62 | seq_printf(m, "apicid\t\t: %d\n", c->apicid); | ||
62 | } | 63 | } |
63 | #endif | 64 | #endif |
64 | } | 65 | } |