summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep-t3.S
diff options
context:
space:
mode:
authorBo Yan <byan@nvidia.com>2012-09-19 18:19:37 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-10-10 22:20:15 -0700
commit23e9717734862ebbe9ddb03253a47749fb1e84ef (patch)
tree3d5d26c6e795d9b6288ea34ffe466a9975eba3a2 /arch/arm/mach-tegra/sleep-t3.S
parent4eb3d0d8fd5ba190131aba64804a808d76078dfa (diff)
ARM: tegra: cluster switch for T11x
1. for secondary CPU, always flush L1 only, this is irrespective of Cortex A9 or Cortex A15 2. disable cache before flushing it when rail-gating CPU0 3. do not flush cache before entering ARM common code cpu_suspend, which by itself will flush cache. Still, it's highly desirable to flush cache in __cpu_suspend_save, since this will flush L2 irrespective of A9 or A15. Reviewed-on: http://git-master/r/133945 Change-Id: I2c6eb20546b5fc8b5432dc73c2f97480cbf29ee8 Signed-off-by: Bo Yan <byan@nvidia.com> Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/143126 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/sleep-t3.S')
-rw-r--r--arch/arm/mach-tegra/sleep-t3.S16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-tegra/sleep-t3.S b/arch/arm/mach-tegra/sleep-t3.S
index 594a5663eea2..336e113c46f8 100644
--- a/arch/arm/mach-tegra/sleep-t3.S
+++ b/arch/arm/mach-tegra/sleep-t3.S
@@ -263,23 +263,7 @@ ENDPROC(tegra3_sleep_core_finish)
ENTRY(tegra3_sleep_cpu_secondary_finish)
mov r6, lr
-#ifdef CONFIG_HAVE_ARM_SCU
bl tegra_flush_l1_cache
-#else
-
- cpu_id r2
- cpu_to_csr_reg r1, r2
- mov32 r10, TEGRA_FLOW_CTRL_VIRT
- ldr r10, [r10, r1]
- tst r10, #FLOW_CTRL_CSR_ENABLE_EXT_MASK
- beq flush_l1
- bl tegra_flush_cache
- b no_l2_sync
-flush_l1:
- bl tegra_flush_l1_cache
-#endif
-
-no_l2_sync:
bl tegra_cpu_exit_coherency
/* Powergate this CPU. */