aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 4f5c61f8b0e7..143fd8c751f4 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -1070,8 +1070,6 @@ static int try_to_grab_pending(struct work_struct *work, bool is_dwork,
1070{ 1070{
1071 struct global_cwq *gcwq; 1071 struct global_cwq *gcwq;
1072 1072
1073 WARN_ON_ONCE(in_irq());
1074
1075 local_irq_save(*flags); 1073 local_irq_save(*flags);
1076 1074
1077 /* try to steal the timer if it exists */ 1075 /* try to steal the timer if it exists */