cpu/arm7_common: removed mc1322x code

dev/timer
Hauke Petersen 8 years ago
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…
Cancel
Save