ARM: tegra: do v7_invalidate_l1 only when CPU is Cortex-A9
authorJoseph Lo <josephl@nvidia.com>
Wed, 3 Jul 2013 09:50:37 +0000 (17:50 +0800)
committerStephen Warren <swarren@nvidia.com>
Fri, 19 Jul 2013 16:08:04 +0000 (10:08 -0600)
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 <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found