diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/signal.c b/arch/mips/kernel/signal.c index 53c6e90082f0..896165757e6f 100644 --- a/arch/mips/kernel/signal.c +++ b/arch/mips/kernel/signal.c | |||
@@ -610,7 +610,7 @@ asmlinkage void do_notify_resume(struct pt_regs *regs, void *unused, | |||
610 | local_irq_enable(); | 610 | local_irq_enable(); |
611 | 611 | ||
612 | /* deal with pending signal delivery */ | 612 | /* deal with pending signal delivery */ |
613 | if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK)) | 613 | if (thread_info_flags & _TIF_SIGPENDING) |
614 | do_signal(regs); | 614 | do_signal(regs); |
615 | 615 | ||
616 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | 616 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |