commit | 6da70124a1cc05bdbd7c847901964edc6f634a91 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu May 19 18:05:47 2005 +0100 |
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | Mon May 23 13:21:35 2005 +0200 |
tree | 3cd1afd4b23b8ed31b2b92b9d11c67a854a7be63 | |
parent | fff7afd791f6a685b3ddedb8cfb152aed85f3cf8 [diff] |
[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 <nico@cam.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>