Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ac66e33 authored by Fabio Massimo Di Nitto's avatar Fabio Massimo Di Nitto Committed by David S. Miller
Browse files

[SPARC64]: SMP build fix.



The UP build fix had some unintended consequences.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 29417b89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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