diff options
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/kprobes.c b/arch/sh/kernel/kprobes.c index fdd049e9ad86..75accf9b4209 100644 --- a/arch/sh/kernel/kprobes.c +++ b/arch/sh/kernel/kprobes.c | |||
@@ -474,7 +474,7 @@ int __kprobes kprobe_exceptions_notify(struct notifier_block *self, | |||
474 | ret = NOTIFY_STOP; | 474 | ret = NOTIFY_STOP; |
475 | } else { | 475 | } else { |
476 | /* Not a kprobe trap */ | 476 | /* Not a kprobe trap */ |
477 | force_sig(SIGTRAP, current); | 477 | ret = NOTIFY_DONE; |
478 | } | 478 | } |
479 | } else { | 479 | } else { |
480 | p = get_kprobe(addr); | 480 | p = get_kprobe(addr); |