From: Yong Zhang Date: Sat, 22 Oct 2011 09:56:50 +0000 (+0800) Subject: sony-laptop:irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~111^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0d89c2641671a5d29d262dbc7db8e403b543be;p=pandora-kernel.git sony-laptop: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: Matthew Garrett --- Reading git-diff-tree failed