From: Per Fransson Date: Wed, 8 Sep 2010 15:51:40 +0000 (+0530) Subject: ARM: ux500 specific L2 cache code X-Git-Tag: v2.6.37-rc1~23^2^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6948048c417d429b8a0f85fad13e483f7cc1a3;p=pandora-kernel.git ARM: ux500 specific L2 cache code The generic version of l2x0_inv_all is only called just after disabling the L2 cache and is surrounded by a spinlock. However, we're not really turning off the L2 cache right now, and the PL310 does not support exclusive accesses (used to implement the spinlock). So, the invalidation needs to be done without the spinlock. Cc: Thomas Gleixner Cc: Catalin Marinas Cc: Hans-Juergen Koch Cc: Santosh Shilimkar Signed-off-by: Per Fransson Signed-off-by: Linus Walleij --- Reading git-diff-tree failed