Re: handle_bad_irq and locking

2017-05-15 Thread Gregory Fong
On Fri, May 12, 2017 at 1:40 AM, Thomas Gleixner wrote: > On Thu, 11 May 2017, Gregory Fong wrote: >> Hi Thomas, >> >> I noticed that when you changed arm irq handling to use the generic >> implementation back in 2006 that you changed do_bad_IRQ() to the >> following: >> >> +#define do_bad_IRQ(irq

Re: handle_bad_irq and locking

2017-05-12 Thread Thomas Gleixner
On Thu, 11 May 2017, Gregory Fong wrote: > Hi Thomas, > > I noticed that when you changed arm irq handling to use the generic > implementation back in 2006 that you changed do_bad_IRQ() to the > following: > > +#define do_bad_IRQ(irq,desc,regs) \ > +do {