diff options
author | Fabio Massimo Di Nitto <fabbione@ubuntu.com> | 2007-07-16 17:15:39 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-16 20:11:58 -0400 |
commit | 3ac66e33eaf0b2313f7e3c8c023aa0420577a0c2 (patch) | |
tree | d154a5d218c9946f0486391c2e99dae18bab0d03 /arch/sparc64/kernel/setup.c | |
parent | 29417b899a77aaba1c060f5e123db4f50006f58a (diff) |
[SPARC64]: SMP build fix.
The UP build fix had some unintended consequences.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/setup.c')
-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 |