diff options
-rw-r--r-- | arch/ia64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 88043841fb8a..b7e6b4cb374b 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -512,13 +512,13 @@ show_cpuinfo (struct seq_file *m, void *v) | |||
512 | c->itc_freq / 1000000, c->itc_freq % 1000000, | 512 | c->itc_freq / 1000000, c->itc_freq % 1000000, |
513 | lpj*HZ/500000, (lpj*HZ/5000) % 100); | 513 | lpj*HZ/500000, (lpj*HZ/5000) % 100); |
514 | #ifdef CONFIG_SMP | 514 | #ifdef CONFIG_SMP |
515 | seq_printf(m, "siblings : %u\n", c->num_log); | ||
515 | if (c->threads_per_core > 1 || c->cores_per_socket > 1) | 516 | if (c->threads_per_core > 1 || c->cores_per_socket > 1) |
516 | seq_printf(m, | 517 | seq_printf(m, |
517 | "physical id: %u\n" | 518 | "physical id: %u\n" |
518 | "core id : %u\n" | 519 | "core id : %u\n" |
519 | "thread id : %u\n", | 520 | "thread id : %u\n", |
520 | c->socket_id, c->core_id, c->thread_id); | 521 | c->socket_id, c->core_id, c->thread_id); |
521 | seq_printf(m, "siblings : %u\n", c->num_log); | ||
522 | #endif | 522 | #endif |
523 | seq_printf(m,"\n"); | 523 | seq_printf(m,"\n"); |
524 | 524 | ||