commit | b03a5b7559563dafdbe52f8b5d8e453a914db941 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Aug 11 12:27:16 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Aug 12 19:54:07 2008 +0100 |
tree | 974cc4b38f6e58b1c4065af98b3d8380360ebff0 | |
parent | f64c0accea433a83261afb81193412146cc0e569 [diff] |
[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>