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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||||
|
|||||||
@@ -56,12 +56,6 @@ _ISR_Handler:
|
|||||||
sub r1, r1,#1
|
sub r1, r1,#1
|
||||||
str r1, [r0]
|
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?) */
|
/* check to see if we interrupted nd INT (with FIQ?) */
|
||||||
mrs r0, spsr
|
mrs r0, spsr
|
||||||
and r0, r0, #0x1f
|
and r0, r0, #0x1f
|
||||||
|
|||||||
Reference in New Issue
Block a user