Re: [uml-user] [PATCH 18/49] um: irq: Remove IRQF_DISABLED

2011-10-28 Thread Yong Zhang
On Fri, Oct 28, 2011 at 12:54:35PM +0200, Richard Weinberger wrote: > Am 22.10.2011 11:56, schrieb 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

Re: [uml-user] [PATCH 18/49] um: irq: Remove IRQF_DISABLED

2011-10-28 Thread Richard Weinberger
Am 22.10.2011 11:56, schrieb 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: W