mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-19 05:48:50 +00:00
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>
|
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Reflect having moved aclocal/.
|
* Makefile.am: Reflect having moved aclocal/.
|
||||||
|
|||||||
@@ -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