From: Michael Buesch Date: Fri, 25 Apr 2008 19:10:54 +0000 (+0200) Subject: b43: Don't disable IRQs in mac_suspend X-Git-Tag: v2.6.27-rc1~969^2~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40ac414c0130358f9eb068f4993a37f013621be;p=pandora-kernel.git b43: Don't disable IRQs in mac_suspend This patch removes the IRQ-disable from mac_suspend. The main advantage of this is to get rid of the IRQ-sync call in mac_suspend. We need to remove the MAC suspend bit from the IRQ service mask, as otherwise the IRQ handler would race with us. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed