From: Linus Walleij Date: Fri, 24 Oct 2008 20:17:50 +0000 (+0100) Subject: [ARM] 5322/1: Fix fastpath issue in mmci.c X-Git-Tag: v2.6.28-rc3~33^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9430213f85ebdaf40026ec790295420efd0f91;p=pandora-kernel.git [ARM] 5322/1: Fix fastpath issue in mmci.c Fix fastpath issues Since mmci_request() can be called from a non-interrupt context, and does, during kernel init, causing a host of debug messages during boot if you enable spinlock debugging, we need to use the spinlock calls that save IRQ flags and restore them. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed