aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/irq/manage.c')
-rw-r--r--kernel/irq/manage.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 77ff275b54cf..ac060814a787 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -714,10 +714,11 @@ static int irq_thread(void *data)
714 * CHECKME: We might need a dedicated 714 * CHECKME: We might need a dedicated
715 * IRQ_THREAD_PENDING flag here, which 715 * IRQ_THREAD_PENDING flag here, which
716 * retriggers the thread in check_irq_resend() 716 * retriggers the thread in check_irq_resend()
717 * but AFAICT IRQ_PENDING should be fine as it 717 * but AFAICT IRQS_PENDING should be fine as it
718 * retriggers the interrupt itself --- tglx 718 * retriggers the interrupt itself --- tglx
719 */ 719 */
720 desc->status |= IRQ_PENDING; 720 irq_compat_set_pending(desc);
721 desc->istate |= IRQS_PENDING;
721 raw_spin_unlock_irq(&desc->lock); 722 raw_spin_unlock_irq(&desc->lock);
722 } else { 723 } else {
723 raw_spin_unlock_irq(&desc->lock); 724 raw_spin_unlock_irq(&desc->lock);