summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.h
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-21 13:20:20 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-22 23:27:11 -0700
commitf305ee89998d663e4a0a926686ec1a06a874f4db (patch)
tree7824ac4d7d6ee99afd667e5de0420b0ed06461d9 /arch/arm/mach-tegra/sleep.h
parentce53acab715bd07b0ed109773d6148f4f4c31a8b (diff)
ARM: tegra: Add Tegra 3 CPU hotplug support
Change-Id: Ie43f4efdf884a916c6bc9737157091c35dc44501 Signed-off-by: Scott Williams <scwilliams@nvidia.com> DW: Split into logical changes Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R1f023651504a7d336f7e98921f6372bee0aa1341
Diffstat (limited to 'arch/arm/mach-tegra/sleep.h')
-rw-r--r--arch/arm/mach-tegra/sleep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/sleep.h b/arch/arm/mach-tegra/sleep.h
index 49de287da2c3..5f418255de84 100644
--- a/arch/arm/mach-tegra/sleep.h
+++ b/arch/arm/mach-tegra/sleep.h
@@ -107,6 +107,8 @@ void tegra2_cpu_set_resettable_soon(void);
void tegra2_sleep_core(unsigned long v2p);
void tegra2_hotplug_shutdown(void);
void tegra2_sleep_wfi(unsigned long v2p);
+#else
+void tegra3_hotplug_shutdown(void);
#endif
static inline void *tegra_iram_start(void)