aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/kprobes.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2020-01-21 12:31:47 +0100
committerVasily Gorbik <gor@linux.ibm.com>2020-01-30 13:07:55 +0100
commit657480d9c01574d1e11bbb29e725db9907daf782 (patch)
treefa3de4fc39e350113c3685649d21e56a9ce62517 /arch/s390/include/asm/kprobes.h
parents390/mm: fix dynamic pagetable upgrade for hugetlbfs (diff)
downloadlinux-dev-657480d9c01574d1e11bbb29e725db9907daf782.tar.xz
linux-dev-657480d9c01574d1e11bbb29e725db9907daf782.zip
s390: support KPROBES_ON_FTRACE
Instead of using our own kprobes-on-ftrace handling convert the code to support KPROBES_ON_FTRACE. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/kprobes.h')
-rw-r--r--arch/s390/include/asm/kprobes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/kprobes.h b/arch/s390/include/asm/kprobes.h
index b106aa29bf55..09cdb632a490 100644
--- a/arch/s390/include/asm/kprobes.h
+++ b/arch/s390/include/asm/kprobes.h
@@ -54,7 +54,6 @@ typedef u16 kprobe_opcode_t;
struct arch_specific_insn {
/* copy of original instruction */
kprobe_opcode_t *insn;
- unsigned int is_ftrace_insn : 1;
};
struct prev_kprobe {