summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep-t2.S
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2012-03-27 17:28:00 +0530
committerSimone Willett <swillett@nvidia.com>2012-04-05 18:02:34 -0700
commite6d0e0ceec7cd1a7b8085eb31d2e70bc4d15684f (patch)
tree43eed4efc892f6de225959885a1b7e91a08d3f45 /arch/arm/mach-tegra/sleep-t2.S
parentbd1e9de741fa7578062e93bda5251b95ac0f9d24 (diff)
ARM: tegra: remove usage of USE_TEGRA_CPU_SUSPEND
Bug 934368 Change-Id: Ic9d75cbb0c324b1858b2e476e33dd4f96349bce3 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/86351 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/sleep-t2.S')
-rw-r--r--arch/arm/mach-tegra/sleep-t2.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-tegra/sleep-t2.S b/arch/arm/mach-tegra/sleep-t2.S
index f70360628f34..6289541da8e9 100644
--- a/arch/arm/mach-tegra/sleep-t2.S
+++ b/arch/arm/mach-tegra/sleep-t2.S
@@ -229,18 +229,8 @@ ENTRY(tegra2_sleep_wfi)
bl tegra_pen_unlock
-#if USE_TEGRA_CPU_SUSPEND
- /* Enable the data cache and SMP coherency */
- mrc p15, 0, r10, c1, c0, 0
- orr r10, r10, #CR_C
- dsb
- mcr p15, 0, r10, c1, c0, 0
- isb
mcr p15, 0, r11, c1, c0, 1 @ reenable coherency
-#else
- mcr p15, 0, r11, c1, c0, 1 @ reenable coherency
-#endif
/* Invalidate the TLBs & BTAC */
mov r1, #0
mcr p15, 0, r1, c8, c3, 0 @ invalidate shared TLBs