![]() | |||||||||||||
Messages in this thread |
* akpm@osdl.org <akpm@osdl.org> wrote:
> Am not confident about the i386 bits.
> - desc->handle_irq(irq, desc, regs);> + {> + if (!irq_desc[irq].handle_irq)> + __do_IRQ(irq, regs);> + else> + generic_handle_irq(irq, regs);> + }
yeah, this is not enough - the handle_irq check needs to be done before
we do the 4KSTACKS thing. I'll cook up a patch.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| ||||||||||||
| Last update: 2006-05-31 05:48 [from the cache] ©2003-2008 | |||||||||||||