Re: [patch 37/38] mips: vr41xx: Cleanup the direct access to irq_desc[]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux