summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.h
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2011-12-14 15:10:27 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:58:44 -0700
commit67a2593c4f253654b95e02916201ba2182f0fde7 (patch)
tree18ca1f3581f717bd6c347800e329198c85168009 /arch/arm/mach-tegra/pm.h
parentafe45fd9d8c392a8da15aefbe0261d2fc13e6061 (diff)
ARM: tegra: disable cluster switch messages
Bug 915962 Change-Id: Icece8c31a7e31b3871dd836aa79b5f7cc28d0af1 Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-on: http://git-master/r/70121 Reviewed-by: Automatic_Commit_Validation_User Rebase-Id: R69e587fcbacb63f99e55a07c5d1b9eed1e1bde54
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r--arch/arm/mach-tegra/pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h
index ddf85712d404..7af9607df17e 100644
--- a/arch/arm/mach-tegra/pm.h
+++ b/arch/arm/mach-tegra/pm.h
@@ -100,7 +100,7 @@ static inline void tegra_lp0_cpu_mode(bool enter) {}
#endif
#ifdef CONFIG_TEGRA_CLUSTER_CONTROL
-#define INSTRUMENT_CLUSTER_SWITCH 1 /* Should be zero for shipping code */
+#define INSTRUMENT_CLUSTER_SWITCH 0 /* Should be zero for shipping code */
#define DEBUG_CLUSTER_SWITCH 0 /* Should be zero for shipping code */
#define PARAMETERIZE_CLUSTER_SWITCH 1 /* Should be zero for shipping code */