From: Nicolas Pitre Date: Thu, 19 May 2005 17:05:47 +0000 (+0100) Subject: [MTD] CFI flash locking reorg for XIP X-Git-Tag: v2.6.13-rc3~93^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da70124a1cc05bdbd7c847901964edc6f634a91;p=pandora-kernel.git [MTD] CFI flash locking reorg for XIP This reworks the XIP locking to make sure no lock primitive is ever called from XIP disabled paths even if in theory they should not cause any reschedule. Relying on the current spinlock implementation is rather fragile and not especially clean from an abstraction pov. The recent RT work makes it even more obvious. Signed-off-by: Nicolas Pitre Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed