Re: [PATCH 1/2] genirq: reliably replay pending edge-triggered irq

2010-04-28 Thread Thomas Gleixner
On Wed, 28 Apr 2010, Guillaume Knispel wrote: > On Tue, 27 Apr 2010 15:42:11 +0200 (CEST) > Thomas Gleixner wrote: > > > On Thu, 22 Apr 2010, Guillaume Knispel wrote: > [snip] > > > acked and masked at controller level and IRQ_PENDING is set. > > > --- > > > arch/arm/Kconfig

Re: [PATCH 1/2] genirq: reliably replay pending edge-triggered irq

2010-04-28 Thread Guillaume Knispel
On Tue, 27 Apr 2010 15:42:11 +0200 (CEST) Thomas Gleixner wrote: > On Thu, 22 Apr 2010, Guillaume Knispel wrote: [snip] > > acked and masked at controller level and IRQ_PENDING is set. > > --- > > arch/arm/Kconfig |4 > > arch/arm/configs/acs5k_defconf

Re: [PATCH 1/2] genirq: reliably replay pending edge-triggered irq

2010-04-27 Thread Thomas Gleixner
On Thu, 22 Apr 2010, Guillaume Knispel wrote: > When the critical section in handle_edge_irq() is executed after > IRQ_DISABLED has been set in the one in disable_irq(), the interrupt is in the one ? -ENOPARSE > acked and masked at controller level and IRQ_PENDING is set. > --- > arch/arm/Kco