[PATCH] ARM: Allow register_undef_hook to be called with IRQs off
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 16 Jul 2005 15:43:33 +0000 (16:43 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 16 Jul 2005 15:43:33 +0000 (16:43 +0100)
commit109d89ca0ee76138e04b41726b7f719c7df65e88
tree3653f48740d7812e21e15d09648e58edbc0416b9
parent54ea06f6afe85aaf419e51343d4e4b5599197113
[PATCH] ARM: Allow register_undef_hook to be called with IRQs off

Preserve the interrupt status across a call to register_undef_hook.
This allows it to be called while interrupts are disabled.

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