]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commitc04c77540a4f996ee94d0240bbae3a7512febd37
treea480639fb642cb10b9bf738f294f68ed40e99b5c
parent3045cb33eb6081a937d9a2873f5fb88d9fcb7900
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 <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/headsmp.S
arch/arm/mach-tegra/reset-handler.S