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