K 10 svn:author V 6 marcel K 8 svn:date V 27 2011-02-08T01:49:30.214009Z K 7 svn:log V 341 In arm_get_next_irq(), use the last IRQ argument in order to prevent a hard hang due to an interrupt storm or stuck interrupt pin. We return the next IRQ that is larger than the last one returned and in doing so give all interrupts a fair chance of being handled. Consequently, we're able to break into the kernel debugger in such an event. END