Explorar o código

[SPARC64]: Fix UP build.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller %!s(int64=18) %!d(string=hai) anos
pai
achega
d54bc2793e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/sparc64/kernel/setup.c

+ 1 - 1
arch/sparc64/kernel/setup.c

@@ -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