patch-2.4.20 linux-2.4.20/arch/mips/au1000/common/int-handler.S
Next file: linux-2.4.20/arch/mips/au1000/common/irq.c
Previous file: linux-2.4.20/arch/mips/au1000/common/dma.c
Back to the patch index
Back to the overall index
- Lines: 48
- Date:
Thu Nov 28 15:53:09 2002
- Orig file:
linux-2.4.19/arch/mips/au1000/common/int-handler.S
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/au1000/common/int-handler.S linux-2.4.20/arch/mips/au1000/common/int-handler.S
@@ -9,7 +9,6 @@
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/
-#include <linux/config.h>
#include <asm/asm.h>
#include <asm/mipsregs.h>
#include <asm/addrspace.h>
@@ -40,30 +39,30 @@
1:
andi a0, t0, CAUSEF_IP2 # Interrupt Controller 0, Request 0
- beq a0, zero, 2f
- move a0,sp
+ beq a0, zero, 2f
+ move a0,sp
jal intc0_req0_irqdispatch
j ret_from_irq
2:
andi a0, t0, CAUSEF_IP3 # Interrupt Controller 0, Request 1
- beq a0, zero, 3f
- move a0,sp
+ beq a0, zero, 3f
+ move a0,sp
jal intc0_req1_irqdispatch
j ret_from_irq
3:
andi a0, t0, CAUSEF_IP4 # Interrupt Controller 1, Request 0
- beq a0, zero, 4f
- move a0,sp
+ beq a0, zero, 4f
+ move a0,sp
jal intc1_req0_irqdispatch
j ret_from_irq
4:
andi a0, t0, CAUSEF_IP5 # Interrupt Controller 1, Request 1
- beq a0, zero, 5f
- move a0, sp
+ beq a0, zero, 5f
+ move a0, sp
jal intc1_req1_irqdispatch
j ret_from_irq
-5:
+5:
move a0, sp
j spurious_interrupt
END(au1000_IRQ)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)