patch-2.4.10 linux/arch/mips64/sgi-ip22/ip22-int.c
Next file: linux/arch/mips64/sgi-ip22/ip22-irq.S
Previous file: linux/arch/mips64/sgi-ip22/ip22-hpc.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Sep 9 10:43:02 2001
- Orig file:
v2.4.9/linux/arch/mips64/sgi-ip22/ip22-int.c
- Orig date:
Fri Feb 9 11:29:44 2001
diff -u --recursive --new-file v2.4.9/linux/arch/mips64/sgi-ip22/ip22-int.c linux/arch/mips64/sgi-ip22/ip22-int.c
@@ -34,7 +34,6 @@
#include <asm/sgi/sgi.h>
#include <asm/sgi/sgihpc.h>
#include <asm/sgi/sgint23.h>
-#include <asm/sgialib.h>
/*
* Linux has a controller-independent x86 interrupt architecture.
@@ -287,9 +286,7 @@
irq_enter(cpu, irq);
kstat.irqs[0][irq]++;
- printk("Got irq %d, press a key.", irq);
- prom_getchar();
- ArcEnterInteractiveMode();
+ panic(KERN_DEBUG "Got irq %d, press a key.", irq);
/*
* mask and ack quickly, we don't want the irq controller
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)