Browse Source

[SPARC64]: Disable smp_report_regs() for now.

For 32 cpus and a slow console, it just wedges the
machine especially with DETECT_SOFTLOCKUP enabled.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 years ago
parent
commit
19a0d585e8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/sparc64/kernel/process.c

+ 2 - 0
arch/sparc64/kernel/process.c

@@ -355,6 +355,7 @@ void show_regs(struct pt_regs *regs)
 	extern long etrap, etraptl1;
 	extern long etrap, etraptl1;
 #endif
 #endif
 	__show_regs(regs);
 	__show_regs(regs);
+#if 0
 #ifdef CONFIG_SMP
 #ifdef CONFIG_SMP
 	{
 	{
 		extern void smp_report_regs(void);
 		extern void smp_report_regs(void);
@@ -362,6 +363,7 @@ void show_regs(struct pt_regs *regs)
 		smp_report_regs();
 		smp_report_regs();
 	}
 	}
 #endif
 #endif
+#endif
 
 
 #ifdef VERBOSE_SHOWREGS	
 #ifdef VERBOSE_SHOWREGS	
 	if (regs->tpc >= &etrap && regs->tpc < &etraptl1 &&
 	if (regs->tpc >= &etrap && regs->tpc < &etraptl1 &&