summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep-t3.S
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-08-03 17:08:54 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:01 -0800
commita0f57a8931b76c3f63299b3715b3629a613c1bf9 (patch)
tree28b253ddaf4eb19c7c18399f70a4da8309aa9a10 /arch/arm/mach-tegra/sleep-t3.S
parent04f422436a909b531c4b416aed1896c87d66c7d6 (diff)
ARM: tegra: power: Delete obsolete function
Deleted tegra3_sleep_cpu which is never called by anything. Change-Id: I59a737e92ed8bec222cec65252cc19592e171fd6 Signed-off-by: Scott Williams <scwilliams@nvidia.com> Rebase-Id: R1fabb1b9a728f1d4ff99643b4d31cfe7292c260d
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 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.