From: Joseph Lo Date: Wed, 3 Jul 2013 09:50:37 +0000 (+0800) Subject: ARM: tegra: do v7_invalidate_l1 only when CPU is Cortex-A9 X-Git-Tag: v3.12-rc1~115^2~13^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c04c77540a4f996ee94d0240bbae3a7512febd37;p=pandora-kernel.git ARM: tegra: do v7_invalidate_l1 only when CPU is Cortex-A9 The v7_invalidate_l1 was used for the L1 cache that come out from reset in a undefined state. This is no need for Cortex-A15. We do it for A9 only. Signed-off-by: Joseph Lo Signed-off-by: Stephen Warren --- Reading git-diff-tree failed