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:
65b2c8f
)
uprobes/x86: Cleanup the single-stepping code
author
Oleg Nesterov
<oleg@redhat.com>
Sun, 28 Oct 2012 16:57:30 +0000
(17:57 +0100)
committer
Oleg Nesterov
<oleg@redhat.com>
Sat, 3 Nov 2012 16:15:12 +0000
(17:15 +0100)
No functional changes.
Now that default arch_uprobe_enable/disable_step() helpers do nothing,
x86 has no reason to reimplement them. Change arch_uprobe_*_xol() hooks
to do the necessary work and remove the x86-specific hooks.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found