mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
cpu/arm7_common: removed mc1322x code
This commit is contained in:
parent
4e45d4640c
commit
62d4981457
@ -144,15 +144,10 @@ arm_irq_handler:
|
||||
MRS R1, CPSR
|
||||
MSR SPSR, R1
|
||||
|
||||
.if (CPU != mc1322x)
|
||||
/* jump into vic interrupt */
|
||||
mov r0, #0xffffff00 /* lpc23xx */
|
||||
ldr r0, [r0]
|
||||
add lr,pc,#4
|
||||
.else
|
||||
/* mc1322x seems to lack a VIC, distinction of IRQ has to be done in SW */
|
||||
ldr r0, =isr /* mc1322x */
|
||||
.endif
|
||||
|
||||
mov pc, r0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user