[SPARC64]: Disable smp_report_regs() for now.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Feb 2006 08:36:57 +0000 (00:36 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:42 +0000 (01:13 -0800)
It's extremely noisy and causes much grief on slow
consoles with large numbers of cpus.

We'll have to provide this some saner way in order
to re-enable this.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/traps.c

index 6d45867..4eb2ee1 100644 (file)
@@ -2226,10 +2226,11 @@ void die_if_kernel(char *str, struct pt_regs *regs)
                }
                user_instruction_dump ((unsigned int __user *) regs->tpc);
        }
+#if 0
 #ifdef CONFIG_SMP
        smp_report_regs();
 #endif
-                                                       
+#endif                                                 
        if (regs->tstate & TSTATE_PRIV)
                do_exit(SIGKILL);
        do_exit(SIGSEGV);