From: Michael Buesch Date: Fri, 4 Sep 2009 20:51:29 +0000 (+0200) Subject: b43: Use a threaded IRQ handler X-Git-Tag: v2.6.32-rc1~703^2~27^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dbd9548e92268127b0c31b0e121e63e9207108;p=pandora-kernel.git b43: Use a threaded IRQ handler Use a threaded IRQ handler to allow locking the mutex and sleeping while executing an interrupt. This removes usage of the irq_lock spinlock, but introduces a new hardirq_lock, which is _only_ used for the PCI/SSB lowlevel hard-irq handler. Sleeping busses (SDIO) will use mutex instead. Signed-off-by: Michael Buesch Tested-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed