[PATCH] pmf_register_irq_client() gives sleep with locks held warning
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 4 Jun 2006 09:51:38 +0000 (02:51 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 5 Jun 2006 19:29:16 +0000 (12:29 -0700)
commit78b86e579f11e7d7bd45acd90b6a87cd4b7c5a54
tree2515fd95638aa037a68ed080adfe6759cf28625b
parent6d09bb627d2470299dfb1af0e6d27fb4aece9196
[PATCH] pmf_register_irq_client() gives sleep with locks held warning

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>

This fixes request_irq() potentially called from atomic context.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/powerpc/platforms/powermac/pfunc_core.c