summaryrefslogtreecommitdiff
path: root/uprobe/arch/asm-arm/swap_uprobes.h
diff options
context:
space:
mode:
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>2013-03-15 17:59:14 +0400
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>2013-03-15 17:59:14 +0400
commit0101dfc1650e1537bf37dd3c2a96db1821d8eb05 (patch)
tree92dae13d2f0ec74a35c531cb4b49bbb6ac9d7892 /uprobe/arch/asm-arm/swap_uprobes.h
parentdabb35ca3e1a970e5cf7293a6a7917414b581a39 (diff)
downloadswap-modules-0101dfc1650e1537bf37dd3c2a96db1821d8eb05.tar.gz
swap-modules-0101dfc1650e1537bf37dd3c2a96db1821d8eb05.tar.bz2
swap-modules-0101dfc1650e1537bf37dd3c2a96db1821d8eb05.zip
[REFACTOR] create longjmp_break_uhandler()
Diffstat (limited to 'uprobe/arch/asm-arm/swap_uprobes.h')
-rw-r--r--uprobe/arch/asm-arm/swap_uprobes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uprobe/arch/asm-arm/swap_uprobes.h b/uprobe/arch/asm-arm/swap_uprobes.h
index 19022223..f69563a0 100644
--- a/uprobe/arch/asm-arm/swap_uprobes.h
+++ b/uprobe/arch/asm-arm/swap_uprobes.h
@@ -8,6 +8,10 @@ struct task_struct;
int arch_prepare_uprobe(struct kprobe *p, struct task_struct *task, int atomic);
int setjmp_upre_handler(struct kprobe *p, struct pt_regs *regs);
+static inline int longjmp_break_uhandler(struct kprobe *p, struct pt_regs *regs)
+{
+ return 0;
+}
int swap_arch_init_uprobes(void);
void swap_arch_exit_uprobes(void);