diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sparc64/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index dc928e49e341..aafde3dd9fd4 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c | |||
| @@ -454,9 +454,9 @@ 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 |
| 461 | ); | 461 | ); |
| 462 | #ifdef CONFIG_SMP | 462 | #ifdef CONFIG_SMP |
