commit | c04c77540a4f996ee94d0240bbae3a7512febd37 | [log] [tgz] |
---|---|---|
author | Joseph Lo <josephl@nvidia.com> | Wed Jul 03 17:50:37 2013 +0800 |
committer | Stephen Warren <swarren@nvidia.com> | Fri Jul 19 10:08:04 2013 -0600 |
tree | a480639fb642cb10b9bf738f294f68ed40e99b5c | |
parent | 3045cb33eb6081a937d9a2873f5fb88d9fcb7900 [diff] |
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>