[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)
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>

No differences found