summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2008-06-13 02:40:16 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2008-06-16 13:20:01 -0700
commit7c691016a6a9185f98700b91e041b0b4ceecba2b (patch)
tree636ab79671fa808a13db5b7ab5e7b73cc5833e5c /Documentation
parent99d737e98d81762332242cc82e5604520842911a (diff)
mmc: wbsd: initialize tasklets before requesting interrupt
commit cef33400d0349fb24b6f8b7dea79b66e3144fd8b upstream 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> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions