mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: + genirq-msi-fixes.patch added to -mm tree
       [not found] <200605302342.k4UNgGYW002807@shell0.pdx.osdl.net>
@ 2006-05-31  5:46 ` Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2006-05-31  5:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, rdreier, tglx, mm-commits


* 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-31  5:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200605302342.k4UNgGYW002807@shell0.pdx.osdl.net>
2006-05-31  5:46 ` + genirq-msi-fixes.patch added to -mm tree Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®