From: Yong Zhang Date: Thu, 22 Sep 2011 08:58:46 +0000 (+0800) Subject: um: irq: Remove IRQF_DISABLED X-Git-Tag: v3.4-rc1~81^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b79a90b1556a7e51d7a49a655eb60306f6258d;p=pandora-kernel.git um: irq: Remove IRQF_DISABLED 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 flag is a NOOP and can be removed. Signed-off-by: Yong Zhang Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed