diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-07-16 04:41:51 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-16 04:41:51 -0700 |
commit | d54bc2793ec3405c6b8f217568a82b87bd8a591b (patch) | |
tree | 6906cd6c4567fcdb05f0671a24258a0e5e60b64f /arch | |
parent | e0204409df29fe1b7d18f81dfc3ae6f9d90e7a63 (diff) | |
download | linux-3.10-d54bc2793ec3405c6b8f217568a82b87bd8a591b.tar.gz linux-3.10-d54bc2793ec3405c6b8f217568a82b87bd8a591b.tar.bz2 linux-3.10-d54bc2793ec3405c6b8f217568a82b87bd8a591b.zip |
[SPARC64]: Fix UP build.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index 55db632999f..dc928e49e34 100644 --- a/arch/sparc64/kernel/setup.c +++ b/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 |