Skip to content

Commit

Permalink
[SPARC64]: SMP build fix.
Browse files Browse the repository at this point in the history
The UP build fix had some unintended consequences.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabio Massimo Di Nitto authored and David S. Miller committed Jul 17, 2007
1 parent 29417b8 commit 3ac66e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ static int show_cpuinfo(struct seq_file *m, void *__unused)
ncpus_probed,
num_online_cpus(),
dcache_parity_tl1_occurred,
icache_parity_tl1_occurred,
icache_parity_tl1_occurred
#ifndef CONFIG_SMP
cpu_data(0).clock_tick
, cpu_data(0).clock_tick
#endif
);
#ifdef CONFIG_SMP
Expand Down

0 comments on commit 3ac66e3

Please sign in to comment.