aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/kprobes.c')
-rw-r--r--arch/x86/kernel/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kprobes.c b/arch/x86/kernel/kprobes.c
index f7ddbb8c3fe8..a99e764fd66a 100644
--- a/arch/x86/kernel/kprobes.c
+++ b/arch/x86/kernel/kprobes.c
@@ -953,7 +953,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)
953int __kprobes kprobe_exceptions_notify(struct notifier_block *self, 953int __kprobes kprobe_exceptions_notify(struct notifier_block *self,
954 unsigned long val, void *data) 954 unsigned long val, void *data)
955{ 955{
956 struct die_args *args = (struct die_args *)data; 956 struct die_args *args = data;
957 int ret = NOTIFY_DONE; 957 int ret = NOTIFY_DONE;
958 958
959 if (args->regs && user_mode_vm(args->regs)) 959 if (args->regs && user_mode_vm(args->regs))