Madhavan Srinivasan <ma...@linux.vnet.ibm.com> writes: > @@ -269,7 +263,7 @@ notrace void arch_local_irq_restore(unsigned long en) > replay = __check_irq_replay(); > > /* We can soft-enable now */ > - set_soft_enabled(IRQ_DISABLE_MASK_NONE); > + soft_enabled_set(IRQ_DISABLE_MASK_NONE);
In upstream we don't have any of the IRQ_DISABLE_MASK_* flags. So something's gotten a bit messed up here, did you forget to send a patch, or are they out of order or something? I spent 10 minutes with quilt trying to massage it but pretty much every patch seems to be patching code that I don't have. cheers