On Thu, 24 Mar 2011, Sergei Shtylyov wrote: > > - if (!(desc->status& IRQ_DISABLED)&& desc->chip->unmask) > > - desc->chip->unmask(source_irq); > > + if (!(desc->status& IRQ_DISABLED)&& chip->irq_unmask) > > + chip->irq_unmask(idata); > > Hm, doesn't this (I mean the old) code break after the previous patch? Not as long as the compat functions are active in the core.