diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-07-16 07:41:51 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-16 07:41:51 -0400 |
commit | d54bc2793ec3405c6b8f217568a82b87bd8a591b (patch) | |
tree | 6906cd6c4567fcdb05f0671a24258a0e5e60b64f /arch/sparc64/kernel/setup.c | |
parent | e0204409df29fe1b7d18f81dfc3ae6f9d90e7a63 (diff) |
[SPARC64]: Fix UP build.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/setup.c')
-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 55db632999fc..dc928e49e341 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) | |||
454 | ncpus_probed, | 454 | ncpus_probed, |
455 | num_online_cpus(), | 455 | num_online_cpus(), |
456 | dcache_parity_tl1_occurred, | 456 | dcache_parity_tl1_occurred, |
457 | icache_parity_tl1_occurred | 457 | icache_parity_tl1_occurred, |
458 | #ifndef CONFIG_SMP | 458 | #ifndef CONFIG_SMP |
459 | cpu_data(0).clock_tick | 459 | cpu_data(0).clock_tick |
460 | #endif | 460 | #endif |