[SPARC64]: Fix UP build.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e0204409df
commit
d54bc2793e
|
@ -454,7 +454,7 @@ 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
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue