lkml.org 
[lkml]   [2006]   [May]   [31]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 31 May 2006 07:46:05 +0200
FromIngo Molnar <>
SubjectRe: + genirq-msi-fixes.patch added to -mm tree
* 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