From: Yong Zhang Date: Sat, 22 Oct 2011 09:56:28 +0000 (+0800) Subject: SH: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~73^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11584a0449f881181dc94dd697d3f3896c15c73;p=pandora-kernel.git SH: 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: Paul Mundt --- Reading git-diff-tree failed