git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785d3cd
)
ARM kprobes: special hook for the kprobes breakpoint handler
author
Nicolas Pitre
<nico@cam.org>
Mon, 3 Dec 2007 22:22:36 +0000
(17:22 -0500)
committer
Russell 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