commit | aeb747afb3fb1f42d9c82615a103882f7f97f291 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu Nov 22 17:21:27 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Nov 26 19:43:42 2007 +0000 |
tree | bf62b609f033b9293f78a3a0595ac3fdfcd54ae1 | |
parent | dc49cb21801db1f89d74b01a0f38f200aebb3e43 [diff] |
[ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQs 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>