Re: [patch 16/19] alpha: titan: Convert irq_chip functions

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

 



On Wed, 23 Feb 2011, Matt Turner wrote:
> On Sun, Feb 6, 2011 at 2:32 PM, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> >  static inline void
> > -titan_disable_irq(unsigned int irq)
> > +titan_disable_irq(struct irq_data *d)
> >  {
> >        spin_lock(&titan_irq_lock);
> >        titan_cached_irq_mask &= ~(1UL << (irq - 16));
> 
> These hunks are missing a
> +       unsigned int irq = d->irq;

OOps.
 
> I can fix that up myself though.

That'd be great. Thanks,

       tglx

[Index of Archives]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux