mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-26 15:54:18 +08:00
[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
Block a user