diff options
author | Diwakar Tundlam <dtundlam@nvidia.com> | 2011-12-14 15:10:27 -0800 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2011-12-23 12:01:11 +0530 |
commit | 6acd5b54a1ffc8457c863118c455f78ff43b6b15 (patch) | |
tree | 1c4cc48c8b264addccdf163fa3cbcd7d0aaefe3e /arch/arm/mach-tegra/pm.h | |
parent | 055a0f2b55eb22a401b9596ba84396a1f0eb02f0 (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
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r-- | arch/arm/mach-tegra/pm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h index 32b504fac80a..4f6eee19af1a 100644 --- a/arch/arm/mach-tegra/pm.h +++ b/arch/arm/mach-tegra/pm.h @@ -102,7 +102,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 */ |