ARM kprobes: special hook for the kprobes breakpoint handler
authorNicolas Pitre <nico@cam.org>
Mon, 3 Dec 2007 22:22:36 +0000 (17:22 -0500)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 26 Jan 2008 15:25:17 +0000 (15:25 +0000)
The kprobes code is already able to cope with reentrant probes, so its
handler must be called outside of the region protected by undef_lock.

If ever this lock is released when handlers are called then this commit
could be reverted.

Signed-off-by: Nicolas Pitre <nico@marvell.com>

No differences found