summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep-t2.S
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-25 15:50:36 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:56 -0800
commit36c09236df8fbe389ebbe58395e808c31b098013 (patch)
tree534e460ab621caa7c7bc269f221ddd5ffc51207b /arch/arm/mach-tegra/sleep-t2.S
parentddc435884e68eb21ef843743257c2cb2a72b8aec (diff)
ARM: tegra: Rename tegra<n>_sleep_reset
Rename tegra<n>_sleep_reset to tegra<n>_hotplug_shutdown since that is more descriptive of their actual function. Change-Id: I411e2474bd35a799d5367a182809d17933238612 Signed-off-by: Scott Williams <scwilliams@nvidia.com> DW: Split into logical changes Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R72bf50004ab3fcdde5485b84b7ba008247d1bf4c
Diffstat (limited to 'arch/arm/mach-tegra/sleep-t2.S')
-rw-r--r--arch/arm/mach-tegra/sleep-t2.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/sleep-t2.S b/arch/arm/mach-tegra/sleep-t2.S
index aacf630db2b2..9daf61a76ea4 100644
--- a/arch/arm/mach-tegra/sleep-t2.S
+++ b/arch/arm/mach-tegra/sleep-t2.S
@@ -73,12 +73,12 @@
#ifdef CONFIG_HOTPLUG_CPU
/*
- * tegra2_sleep_reset(void)
+ * tegra2_hotplug_shutdown(void)
*
* puts the current cpu in reset
* should never return
*/
-ENTRY(tegra2_sleep_reset)
+ENTRY(tegra2_hotplug_shutdown)
cpu_id r0
/* Exit coherency. */
@@ -97,7 +97,7 @@ ENTRY(tegra2_sleep_reset)
/* Put this CPU into reset. */
bl tegra2_cpu_reset
mov pc, lr
-ENDPROC(tegra2_sleep_reset)
+ENDPROC(tegra2_hotplug_shutdown)
#endif
#if defined(CONFIG_HOTPLUG_CPU) || defined(CONFIG_PM_SLEEP)