Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d54bc2793ec3405c6b8f217568a82b87bd8a591b
Commit:     d54bc2793ec3405c6b8f217568a82b87bd8a591b
Parent:     e0204409df29fe1b7d18f81dfc3ae6f9d90e7a63
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 16 04:41:51 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jul 16 04:41:51 2007 -0700

    [SPARC64]: Fix UP build.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 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 55db632..dc928e4 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to