]> git.openfabrics.org - ~emulex/infiniband.git/commit
sh: Need IRQs enabled for init_fpu().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 11:39:49 +0000 (20:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 11:39:49 +0000 (20:39 +0900)
commit4291b730cd0f0cf98a90d946b6cabbd804397350
treeffee832e1cef4c510275cb4b3a08df9bb5dcb6e1
parent3d467676abf5f01f5ee99056273a58486968e252
sh: Need IRQs enabled for init_fpu().

This tosses in a local_irq_enable()/disable() pair around the init_fpu()
callsite in the FPU state restore exception handler. Fixes up a slab BUG
triggered by making a slab cache allocation that can sleep whilst
irqs_disabled(). This follows the behaviour undertaken by the x86
implementation.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/fpu.c