lkml.org 
[lkml]   [2006]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
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 07:48    [W:0.045 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site