[SPARC64]: SMP build fix.
The UP build fix had some unintended consequences. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
29417b899a
commit
3ac66e33ea
@@ -454,9 +454,9 @@ static int show_cpuinfo(struct seq_file *m, void *__unused)
|
|||||||
ncpus_probed,
|
ncpus_probed,
|
||||||
num_online_cpus(),
|
num_online_cpus(),
|
||||||
dcache_parity_tl1_occurred,
|
dcache_parity_tl1_occurred,
|
||||||
icache_parity_tl1_occurred,
|
icache_parity_tl1_occurred
|
||||||
#ifndef CONFIG_SMP
|
#ifndef CONFIG_SMP
|
||||||
cpu_data(0).clock_tick
|
, cpu_data(0).clock_tick
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
|
Reference in New Issue
Block a user