From: Yong Zhang Date: Fri, 21 Oct 2011 23:56:27 +0000 (+0000) Subject: powerpc/irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc2~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a9f3b47d12b5f6dfc9c7ed9d7b193d77812195;p=pandora-kernel.git powerpc/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 Acked-by: Arnd Bergmann Acked-by: Geoff Levand Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed