Update of /cvsroot/linux-mips/linux/arch/mips/sgi/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv13923/sgi/kernel
Modified Files:
indy_int.c
Log Message:
More berzerking in the cache code.
Index: indy_int.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/sgi/kernel/indy_int.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- indy_int.c 2001/08/25 02:19:27 1.2
+++ indy_int.c 2001/10/23 17:20:14 1.3
@@ -419,8 +419,7 @@
irq_enter(cpu, irq);
kstat.irqs[0][irq]++;
- printk("Got a bus error IRQ, shouldn't happen yet\n");
- show_regs(regs);
+ die("Got a bus error IRQ, shouldn't happen yet\n", regs);
printk("Spinning...\n");
while(1);
irq_exit(cpu, irq);
|