forked from Imagelibrary/rtems
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
PR 480/bsps * shared/irq/irq_asm.S: Remove duplicate code.
This commit is contained in:
@@ -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/.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user