summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-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 abaea8b868f1..4b84a15fba5a 100644
--- a/arch/arm/mach-tegra/sleep-t3.S
+++ b/arch/arm/mach-tegra/sleep-t3.S
@@ -120,22 +120,6 @@ ENDPROC(tegra3_cpu_reset)
#ifdef CONFIG_PM_SLEEP
/*
- * tegra3_sleep_cpu(unsigned long v2p)
- *
- * enters suspend in LP2 by turning off the mmu and jumping to
- * tegra3_tear_down_cpu
- */
-ENTRY(tegra3_sleep_cpu)
- mov r3, lr @ set resume address to lr
- bl tegra_cpu_save
- bl tegra_cpu_exit_coherency
-
- mov32 r1, tegra3_tear_down_cpu
- add r1, r1, r0
- b tegra_turn_off_mmu
-ENDPROC(tegra3_sleep_cpu)
-
-/*
* tegra3_sleep_cpu_secondary(unsigned long v2p)
*
* Enters LP2 on secondary CPU by exiting coherency and powergating the CPU.