patch-2.4.6 linux/arch/ppc/kernel/traps.c
Next file: linux/arch/ppc/mm/Makefile
Previous file: linux/arch/ppc/kernel/time.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Jul 2 14:34:57 2001
- Orig file:
v2.4.5/linux/arch/ppc/kernel/traps.c
- Orig date:
Mon May 21 17:04:47 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/kernel/traps.c linux/arch/ppc/kernel/traps.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.traps.c 1.11 05/17/01 18:14:22 cort
+ * BK Id: SCCS/s.traps.c 1.14 06/15/01 13:00:20 paulus
*/
/*
* linux/arch/ppc/kernel/traps.c
@@ -82,7 +82,6 @@
spin_lock_irq(&oops_lock);
printk("Oops: %s, sig: %ld\n", str, err);
show_regs(fp);
- print_backtrace((unsigned long *)fp->gpr[1]);
spin_unlock_irq(&oops_lock);
/* do_exit() should take care of panic'ing from an interrupt
* context so we don't handle it here
@@ -186,7 +185,6 @@
}
#endif
show_regs(regs);
- print_backtrace((unsigned long *)regs->gpr[1]);
panic("System Management Interrupt");
}
@@ -334,7 +332,6 @@
debugger(regs);
#endif
show_regs(regs);
- print_backtrace((unsigned long *)regs->gpr[1]);
panic("kernel stack overflow");
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)