summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.h
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2012-03-14 16:46:52 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-27 13:05:17 -0700
commitc2296fb209dbd65d3be3affa3fa6a594361f1885 (patch)
tree7f6caac82c7abc5d069a7a144ea36986d066700d /arch/arm/mach-tegra/sleep.h
parent7bde0dc500399374c08a06bb4e2082c3676de31d (diff)
arm: tegra20: pm: rework secondary LP2
Use ARM cpu_suspend to save state during secondary LP2 Change-Id: Ie01e7ad2db4b11ecb190329c71a334216f7c4679 Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/sleep.h')
-rw-r--r--arch/arm/mach-tegra/sleep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/sleep.h b/arch/arm/mach-tegra/sleep.h
index e1e3eb8724e2..a9023664768c 100644
--- a/arch/arm/mach-tegra/sleep.h
+++ b/arch/arm/mach-tegra/sleep.h
@@ -158,6 +158,7 @@ void tegra2_cpu_clear_resettable(void);
int tegra2_sleep_core_finish(unsigned long int);
void tegra2_hotplug_shutdown(void);
void tegra2_sleep_wfi(unsigned long v2p);
+int tegra2_finish_sleep_cpu_secondary(unsigned long int);
#else
extern void tegra3_iram_start;
extern void tegra3_iram_end;