Re: [uml-devel] [PATCH 19/55] um: irq: Remove IRQF_DISABLED

2011-09-22 Thread Richard Weinberger
Am 22.09.2011 10:58, 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

[uml-devel] [PATCH 19/55] um: irq: Remove IRQF_DISABLED

2011-09-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 this