diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 6aca4a16e377..79e749dbf81e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2054,9 +2054,6 @@ static inline int signal_pending_state(long state, struct task_struct *p) | |||
2054 | if (!signal_pending(p)) | 2054 | if (!signal_pending(p)) |
2055 | return 0; | 2055 | return 0; |
2056 | 2056 | ||
2057 | if (state & (__TASK_STOPPED | __TASK_TRACED)) | ||
2058 | return 0; | ||
2059 | |||
2060 | return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); | 2057 | return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); |
2061 | } | 2058 | } |
2062 | 2059 | ||