X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fs390%2Fkernel%2Fuprobes.c;h=bd3ef121c37980d1b647d398c18f32d9a1a6b96c;hb=d842bc6c0579ca7643eed029beabab3ac562a335;hp=bbf8622bbf5d7ead7ce43015e514c1fe23aa6faa;hpb=4438669eb703d1a7416c2b19a8a15b0400b36738;p=linux-2.6-microblaze.git diff --git a/arch/s390/kernel/uprobes.c b/arch/s390/kernel/uprobes.c index bbf8622bbf5d..bd3ef121c379 100644 --- a/arch/s390/kernel/uprobes.c +++ b/arch/s390/kernel/uprobes.c @@ -126,6 +126,7 @@ int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, case DIE_SSTEP: if (uprobe_post_sstep_notifier(regs)) return NOTIFY_STOP; + break; default: break; }