From: Thomas Gleixner Date: Fri, 26 Mar 2010 00:06:55 +0000 (+0000) Subject: genirq: Remove IRQF_DISABLED from core code X-Git-Tag: v2.6.35-rc1~496^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6932bf37bed45ce8ed531928b1b0f98162fe6df6;p=pandora-kernel.git genirq: Remove IRQF_DISABLED from core code Remove all code which is related to IRQF_DISABLED from the core kernel code. IRQF_DISABLED still exists as a flag, but becomes a NOOP and will be removed after a grace period. That way we can easily revert to the previous behaviour by just restoring the core code. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: Alan Cox Cc: Andi Kleen Cc: David Miller Cc: Greg Kroah-Hartman Cc: Arnaldo Carvalho de Melo Cc: Linus Torvalds LKML-Reference: <20100326000405.991244690@linutronix.de> --- Reading git-diff-tree failed