[ARM] call undefined instruction exception handler with irqs enabled
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 27 Jan 2009 23:20:00 +0000 (23:20 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jan 2009 10:19:53 +0000 (10:19 +0000)
Aaro says:
> With spinlock debugs enabled I get might_sleep() warnings when using
> ptrace.

tracked down to a missing enable_irq before calling do_undefinstr().

Reported-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Tested-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found