diff options
author | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2013-03-27 15:34:00 +0400 |
---|---|---|
committer | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2013-03-27 16:24:40 +0400 |
commit | 465851d8df63881713173763b22608873f81f9ca (patch) | |
tree | eda1fc157aafdc5353e84e4e1879606aa015aeee /uprobe | |
parent | 91e6cea8a58b901e89146d6b49756ddc4a48c3f3 (diff) | |
download | swap-modules-465851d8df63881713173763b22608873f81f9ca.tar.gz swap-modules-465851d8df63881713173763b22608873f81f9ca.tar.bz2 swap-modules-465851d8df63881713173763b22608873f81f9ca.zip |
[REFACTOR] remove arch_disarm_uretprobe()
Diffstat (limited to 'uprobe')
-rw-r--r-- | uprobe/swap_uprobes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uprobe/swap_uprobes.c b/uprobe/swap_uprobes.c index e3df76fa..110cc8c9 100644 --- a/uprobe/swap_uprobes.c +++ b/uprobe/swap_uprobes.c @@ -513,8 +513,6 @@ void dbi_unregister_uretprobe(struct task_struct *task, struct kretprobe *rp, in if (hlist_empty(&rp->used_instances) || not_rp2) { struct kprobe *p = &rp->kp; - // if there are no used retprobe instances (i.e. function is not entered) - disarm retprobe - arch_disarm_uretprobe(rp, task);//vmas[1], pages[1], kaddrs[1]); #ifdef CONFIG_ARM if (!(hlist_unhashed(&p->is_hlist_arm))) { hlist_del_rcu(&p->is_hlist_arm); |