From: Catalin Marinas Date: Wed, 28 Jul 2010 21:01:25 +0000 (+0100) Subject: ARM: 6272/1: Convert L2x0 to use the IO relaxed operations X-Git-Tag: v2.6.35~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6775a558fece413376e1dacd435adb5fbe225f40;p=pandora-kernel.git ARM: 6272/1: Convert L2x0 to use the IO relaxed operations This patch is in preparation for a subsequent patch which adds barriers to the I/O accessors. Since the mandatory barriers may do an L2 cache sync, this patch avoids a recursive call into l2x0_cache_sync() via the write*() accessors and wmb() and a call into l2x0_cache_sync() with the l2x0_lock held. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed