linux-stable-rt/drivers/mmc/host
Chuck Ebbert cef33400d0 mmc: wbsd: initialize tasklets before requesting interrupt
With CONFIG_DEBUG_SHIRQ set we will get an interrupt as soon as we
allocate one.  Tasklets may be scheduled in the interrupt handler but they
will be initialized after the handler returns, causing a BUG() in
kernel/softirq.c when they run.

Should fix this Fedora bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=449817

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Acked-by: Pierre Ossman <drzeus@drzeus.cx>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-06-12 18:05:41 -07:00
..
Kconfig missing dependencies on HAS_DMA 2008-05-21 16:55:59 -07:00
Makefile
at91_mci.c
au1xmmc.c
au1xmmc.h
imxmmc.c
imxmmc.h
mmc_spi.c
mmci.c
mmci.h
omap.c
pxamci.c
pxamci.h
ricoh_mmc.c
sdhci.c
sdhci.h
tifm_sd.c
wbsd.c mmc: wbsd: initialize tasklets before requesting interrupt 2008-06-12 18:05:41 -07:00
wbsd.h