summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorXiao Bo Zhao <xiaoboz@nvidia.com>2012-05-24 16:33:42 -0700
committerRyan Wong <ryanw@nvidia.com>2012-06-12 16:30:15 -0700
commit2f5a59bbeee465fb33d012b8dc714fa0c1637209 (patch)
tree9bf40f44c5808b3c5f7c3ff7f2393d15e890d8b7 /arch
parent42cf068c757344d0fe4fb0d2ddc0cd18857899e4 (diff)
Modified the hot-plug governor down_delay to be 500ms instead of 2s
Change-Id: I72d5ece9998cff57c6b88b9c7d7d1cccb1a5cb14 Reviewed-on: http://git-master/r/108154 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Ryan Wong <ryanw@nvidia.com> Tested-by: Ryan Wong <ryanw@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra3.c b/arch/arm/mach-tegra/cpu-tegra3.c
index 50dca87da587..772a8b9ca386 100644
--- a/arch/arm/mach-tegra/cpu-tegra3.c
+++ b/arch/arm/mach-tegra/cpu-tegra3.c
@@ -41,7 +41,7 @@
#define INITIAL_STATE TEGRA_HP_DISABLED
#define UP2G0_DELAY_MS 70
#define UP2Gn_DELAY_MS 100
-#define DOWN_DELAY_MS 2000
+#define DOWN_DELAY_MS 500
static struct mutex *tegra3_cpu_lock;