commit | 4dc316c64594d1a5ef2d61fba5ae0fe7fe18cdca | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Sun Oct 28 17:57:30 2012 +0100 |
committer | Oleg Nesterov <oleg@redhat.com> | Sat Nov 03 17:15:12 2012 +0100 |
tree | 5fb39a6b6f929ae2ddd4ad83e78524065e86cc96 | |
parent | 65b2c8f0e53347583168423de0f32227d8baf01b [diff] |
uprobes/x86: Cleanup the single-stepping code 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>