commit | e40ac414c0130358f9eb068f4993a37f013621be | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Fri Apr 25 21:10:54 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 07 15:02:20 2008 -0400 |
tree | 7b48b167b7b58891e871e297bee5670649faf7bd | |
parent | f93d65feb3dc48fe5e285fa5a35dacea3601835f [diff] |
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 <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>