]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6727d5b8325de871d86668e3c79e34b3183f15f6
tree3653f48740d7812e21e15d09648e58edbc0416b9
parent760205e2c353d4f71b43885a91f435b89ed25879
[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