htcleo: add irq patch for the irq-1 error Credits to randomblame/vladone

This commit is contained in:
Markinus 2010-03-25 14:13:57 +01:00
parent f55571c1aa
commit 116cba39f5

View File

@ -35,4 +35,7 @@
ldr \irqnr, [\base, #0xD0]
ldr \irqnr, [\base, #0xD4]
cmp \irqnr, #0xffffffff
movne \tmp, #0xff
orrne \tmp, #0xff00
cmpne \irqnr, \tmp
.endm