Re: [RFC patch 0/5] genirq: add infrastructure for threadedinterrupt handlers

From: Arjan van de Ven
Date: Wed Oct 01 2008 - 19:30:33 EST


On Wed, 1 Oct 2008 16:23:33 -0700
Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

>
> I'm a bit surprised to see that there is no facility for per-cpu
> interrupt threads?
>

per handler is the right approach (that way, if one dies, all other
interrupts will likely keep working)

now.. normally an interrupt only goes to one cpu, so effectively it is
per cpu already anyway

we should however make the irq threads follow the affinity masks of the
irq... that'd be an easy add-on and probably worthwhile.


--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
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/