Re: [PATCH 43/49] spi: irq: Remove IRQF_DISABLED

2011-10-24 Thread Grant Likely
On Sat, Oct 22, 2011 at 05:56:55PM +0800, Yong Zhang wrote: Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit

[PATCH 43/49] spi: irq: Remove IRQF_DISABLED

2011-10-22 Thread Yong Zhang
Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now