Re: + genirq-msi-fixes.patch added to -mm tree

From: Ingo Molnar
Date: Wed May 31 2006 - 01:44:46 EST



* akpm@xxxxxxxx <akpm@xxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/