diff options
| -rw-r--r-- | arch/sparc64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index 55db632999fc..dc928e49e341 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c | |||
| @@ -454,7 +454,7 @@ static int show_cpuinfo(struct seq_file *m, void *__unused) | |||
| 454 | ncpus_probed, | 454 | ncpus_probed, |
| 455 | num_online_cpus(), | 455 | num_online_cpus(), |
| 456 | dcache_parity_tl1_occurred, | 456 | dcache_parity_tl1_occurred, |
| 457 | icache_parity_tl1_occurred | 457 | icache_parity_tl1_occurred, |
| 458 | #ifndef CONFIG_SMP | 458 | #ifndef CONFIG_SMP |
| 459 | cpu_data(0).clock_tick | 459 | cpu_data(0).clock_tick |
| 460 | #endif | 460 | #endif |
