Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Roman Zippel <zippel@xxxxxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 13:17:36 +0200 (CEST)
Hi,
On Thu, 8 Jun 2006, Benjamin Herrenschmidt wrote:
a better solution would be to install boot-time IRQ vectors that just do
nothing but return. They dont mask, they dont ACK nor EOI - they just
return. The only thing that could break this is a screaming interrupt,
and even that one probably just slows things down a tiny bit until we
get so far in the init sequence to set up the PIC.
Changing vectors on the fly is hard on some platforms.... We could
change our toplevel ppc_md.get_irq() on powerpc, but we still to do
something about decrementer interrupts.
On ppc it should not be that difficult to even modify the exception entry
code. Instead of calling do_IRQ use do_early_IRQ and only install the real
handler later.
A screaming level interrupt will lockup the machine at least on some
platforms.
I guess that's even deadly on most platforms.
The problem with all those approaches is that they require changes to
all archs interrupt handling to make the situation safe vs. mutexes...
Only those archs that want to delay interrupt initialization and they at
least have to provide minimal support to survive enabled interrupts.
init_IRQ() stays the same for all other archs and we add another hook to
allow the delayed initializtion.
I still don't think where is the suckage in just not hard-enabling in
the mutex debug code...
If you want to have full services, then irqs are part of it. :)
bye, Roman
-
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/
- Follow-Ups:
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Benjamin Herrenschmidt
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- References:
- 2.6.18 -mm merge plans
- From: Andrew Morton
- mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Benjamin Herrenschmidt
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Andrew Morton
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Benjamin Herrenschmidt
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Andrew Morton
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Benjamin Herrenschmidt
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Ingo Molnar
- Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- From: Benjamin Herrenschmidt
- 2.6.18 -mm merge plans
- Prev by Date: 2.6.17-rc6 Section mismatch warnings
- Next by Date: Re: 2.6.17-rc6-mm1 -- BUG: possible circular locking deadlock detected!
- Previous by thread: Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- Next by thread: Re: mutex vs. local irqs (Was: 2.6.18 -mm merge plans)
- Index(es):
Relevant Pages
|