[ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQs
authorNicolas Pitre <nico@cam.org>
Thu, 22 Nov 2007 16:21:27 +0000 (17:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 26 Nov 2007 19:43:42 +0000 (19:43 +0000)
The lock is acquired with spin_lock_irqsave() and released in the
not-found case with spin_unlock_irqrestore().

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found