aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/spurious.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/irq/spurious.c')
-rw-r--r--kernel/irq/spurious.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index 226ed7d26a84..dd586ebf9c8c 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -68,8 +68,7 @@ static int try_one_irq(int irq, struct irq_desc *desc, bool force)
68 raw_spin_lock(&desc->lock); 68 raw_spin_lock(&desc->lock);
69 69
70 /* PER_CPU and nested thread interrupts are never polled */ 70 /* PER_CPU and nested thread interrupts are never polled */
71 if (irq_settings_is_per_cpu(desc) || 71 if (irq_settings_is_per_cpu(desc) || irq_settings_is_nested_thread(desc))
72 (desc->status & IRQ_NESTED_THREAD))
73 goto out; 72 goto out;
74 73
75 /* 74 /*