From: Russell King Date: Wed, 8 Jul 2015 23:30:24 +0000 (+0100) Subject: ARM: invalidate L1 before enabling coherency X-Git-Tag: omap-for-v4.3/fixes-merge-window~219^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac51ad9d14f6baed3730ef53bedc1eb2238563a;p=pandora-kernel.git ARM: invalidate L1 before enabling coherency We must invalidate the L1 cache before enabling coherency, otherwise secondary CPUs can inject invalid cache lines into the coherent CPU cluster, which could then be migrated to other CPUs. This fixes a recent regression with SoCFPGA randomly failing to boot. Fixes: 02b4e2756e01 ("ARM: v7 setup function should invalidate L1 cache") Signed-off-by: Russell King --- Reading git-diff-tree failed