2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>

PR 480/bsps
	* shared/irq/irq_asm.S: Remove duplicate code.
This commit is contained in:
Jennifer Averett
2003-09-15 13:51:46 +00:00
parent c218824d8e
commit fd5ac32b51
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
PR 480/bsps
* shared/irq/irq_asm.S: Remove duplicate code.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.

View File

@@ -56,12 +56,6 @@ _ISR_Handler:
sub r1, r1,#1
str r1, [r0]
/* check to see if we interrupted and INT (with FIQ?) */
mrs r0, spsr
and r0, r0, #0x1f
cmp r0, #0x12 /* is it INT mode? */
beq exitit
/* check to see if we interrupted nd INT (with FIQ?) */
mrs r0, spsr
and r0, r0, #0x1f