genirq: Move IRQ_DISABLED to core
Keep status in sync until all abusers are fixed. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@ -61,7 +61,7 @@ void move_native_irq(int irq)
|
||||
if (likely(!(desc->status & IRQ_MOVE_PENDING)))
|
||||
return;
|
||||
|
||||
if (unlikely(desc->status & IRQ_DISABLED))
|
||||
if (unlikely(desc->istate & IRQS_DISABLED))
|
||||
return;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user