From 73005f0d83526d615387a8f19669013feace1443 Mon Sep 17 00:00:00 2001 From: Sang-Hun Lee Date: Mon, 16 Apr 2012 10:53:05 -0700 Subject: Revert "ARM: tegra: rethink the cpu suspend-resume code path" This reverts commit f31ca2d9e0580b58dc51fde31fc8ace190dd253b. Bug 967887 Change-Id: I3fe975f7a6939cace5e208947bcb82e09008c0ac Signed-off-by: Sang-Hun Lee Reviewed-on: http://git-master/r/96787 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Varun Wadekar --- arch/arm/mach-tegra/cpuidle-t3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/mach-tegra/cpuidle-t3.c') diff --git a/arch/arm/mach-tegra/cpuidle-t3.c b/arch/arm/mach-tegra/cpuidle-t3.c index 9a19a8a4260c..c6a50a542d8c 100644 --- a/arch/arm/mach-tegra/cpuidle-t3.c +++ b/arch/arm/mach-tegra/cpuidle-t3.c @@ -43,7 +43,6 @@ #include #include #include -#include #include #include @@ -378,7 +377,7 @@ static void tegra3_idle_enter_lp2_cpu_n(struct cpuidle_device *dev, tegra_cpu_wake_by_time[dev->cpu] = ktime_to_us(entry_time) + request; smp_wmb(); - cpu_suspend(0, tegra3_sleep_cpu_secondary_finish); + tegra3_sleep_cpu_secondary(PLAT_PHYS_OFFSET - PAGE_OFFSET); tegra_cpu_wake_by_time[dev->cpu] = LLONG_MAX; -- cgit v1.2.3