OK, so can you disassemble the code at that address and find out
        what it's trying to do ?

600111b8:       e3c33080        bic     r3, r3, #128
600111bc:       e129f003        msr     cpsr, r3
600111c0:       e1a00006        mov     r0, r6
600111c4:       e5941010        ldr     r1, [r4, #16]
600111c8:       e5943004        ldr     r3, [r4, #4]
600111cc:       e51b2028        ldr     r2, [fp, -#40]
600111d0:       e1855003        orr     r5, r5, r3
600111d4:       e1a0e00f        mov     lr, pc
600111d8:       e594f000        ldr     pc, [r4]
600111dc:       e5944014        ldr     r4, [r4, #20]
600111e0:       e3540000        cmp     r4, #0
600111e4:       1afffff5        bne     600111c0 <do_IRQ+0xa8>
600111e8:       e3150201        tst     r5, #268435456

It's line 217 of arch/arm/kernel/irq.c. I've already added a (conditional)
printk to see for what irq it goes wrong. I'll start recompiling now.

greetings,

Mark.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to