diff options
-rw-r--r-- | arch/frv/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c index f3b9064c548c..864c2f0d497b 100644 --- a/arch/frv/kernel/signal.c +++ b/arch/frv/kernel/signal.c | |||
@@ -518,7 +518,7 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags) | |||
518 | clear_thread_flag(TIF_SINGLESTEP); | 518 | clear_thread_flag(TIF_SINGLESTEP); |
519 | 519 | ||
520 | /* deal with pending signal delivery */ | 520 | /* deal with pending signal delivery */ |
521 | if (thread_info_flags & _TIF_SIGPENDING)) | 521 | if (thread_info_flags & _TIF_SIGPENDING) |
522 | do_signal(); | 522 | do_signal(); |
523 | 523 | ||
524 | /* deal with notification on about to resume userspace execution */ | 524 | /* deal with notification on about to resume userspace execution */ |