summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/hotplug.c
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/hotplug.c
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/hotplug.c')
-rw-r--r--arch/arm/mach-tegra/hotplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/hotplug.c b/arch/arm/mach-tegra/hotplug.c
index 88c664f7dfad..a0b99b87cda8 100644
--- a/arch/arm/mach-tegra/hotplug.c
+++ b/arch/arm/mach-tegra/hotplug.c
@@ -57,7 +57,7 @@ void platform_cpu_die(unsigned int cpu)
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
/* Place the current CPU in reset. */
- tegra2_sleep_reset();
+ tegra2_hotplug_shutdown();
#endif
/*