]> Pileus Git - ~andy/linux/commit
[ARM] traps: don't call undef hook functions with spinlock held
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 11 Aug 2008 11:27:16 +0000 (12:27 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 12 Aug 2008 18:54:07 +0000 (19:54 +0100)
commitb03a5b7559563dafdbe52f8b5d8e453a914db941
tree974cc4b38f6e58b1c4065af98b3d8380360ebff0
parentf64c0accea433a83261afb81193412146cc0e569
[ARM] traps: don't call undef hook functions with spinlock held

Calling the undefined instruction handler functions with a
spinlock held is a recipe for must_sleep() warnings.  Avoid it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/traps.c