From: Phil Sutter Date: Thu, 15 Jan 2009 05:51:48 +0000 (-0800) Subject: korina: do not use IRQF_SHARED with IRQF_DISABLED X-Git-Tag: v2.6.29-rc2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5625cf0f121486abad4da0e0251ec67765aa95;p=pandora-kernel.git korina: do not use IRQF_SHARED with IRQF_DISABLED As the kernel warning states: "IRQF_DISABLED is not guaranteed on shared IRQs". Since these IRQs' values are hardcoded and my test system doesn't show any shared use of IRQs at all, rather make them non-shared than non-disabled. Signed-off-by: Phil Sutter Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed