summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm-t3.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-10 20:23:16 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:44 -0800
commitc9d118ffef6fa95ecaac89303563b97256f4bcb9 (patch)
tree5590c8264e09e6bb0efee05e0c2bb5b9cc477d65 /arch/arm/mach-tegra/pm-t3.c
parenteb50c4b91e5afcae6a50201f554eae8524f932e6 (diff)
HACK: platsmp.c/pm-t3.c ignore compile errors
Rebase-Id: Ra4550b3ee066c825b3484bac1e928fe8c086e0c4
Diffstat (limited to 'arch/arm/mach-tegra/pm-t3.c')
-rw-r--r--arch/arm/mach-tegra/pm-t3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pm-t3.c b/arch/arm/mach-tegra/pm-t3.c
index 92209dc308fa..f67e4dc9b43f 100644
--- a/arch/arm/mach-tegra/pm-t3.c
+++ b/arch/arm/mach-tegra/pm-t3.c
@@ -300,13 +300,17 @@ int tegra_cluster_control(unsigned int us, unsigned int flags)
local_irq_disable();
if (flags & TEGRA_POWER_SDRAM_SELFREFRESH) {
+#if 0 /* FIXME! */
if (us)
tegra_lp2_set_trigger(us);
+#endif
tegra_suspend_dram(false, flags);
+#if 0 /* FIXME! */
if (us)
tegra_lp2_set_trigger(0);
+#endif
} else
tegra_idle_lp2_last(flags);
local_irq_enable();