Re: [PATCH] genirq: use irq_mask as fallback for irq_disable.

2013-04-23 Thread Thomas Gleixner
On Mon, 22 Apr 2013, Andrew Morton wrote: > On Fri, 19 Apr 2013 15:41:02 +0200 Andreas Fenkart > wrote: > > > This is in line with irq_enable that uses the same fallback. > > When masked, interrupts are still latched into the status register > > so when unmasked there is an interrupt straight a

Re: [PATCH] genirq: use irq_mask as fallback for irq_disable.

2013-04-22 Thread Andrew Morton
On Fri, 19 Apr 2013 15:41:02 +0200 Andreas Fenkart wrote: > This is in line with irq_enable that uses the same fallback. > When masked, interrupts are still latched into the status register > so when unmasked there is an interrupt straight away. > > ... > > --- a/kernel/irq/chip.c > +++ b/kerne

[PATCH] genirq: use irq_mask as fallback for irq_disable.

2013-04-19 Thread Andreas Fenkart
This is in line with irq_enable that uses the same fallback. When masked, interrupts are still latched into the status register so when unmasked there is an interrupt straight away. Signed-off-by: Andreas Fenkart --- kernel/irq/chip.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(