From 853899282c9724b626841063bf1b1f235af40a0e Mon Sep 17 00:00:00 2001 From: Xiao Bo Zhao Date: Thu, 7 Jun 2012 17:20:18 -0700 Subject: arm: tegra: hotplug: tune runnable thread params. Tuned the runnable threads threshold from 5/9/13 to 5/9/10 in order to improve performance Bug 958978 Change-Id: I77abcd0077845517f2b5f7487c547f8a5157c2c7 Signed-off-by: Wen Yi (cherry picked from commit 25a97f57661353fbb5ee40faed296befbf635178) Reviewed-on: http://git-master/r/111639 Reviewed-by: Sai Gurrappadi Tested-by: Sai Gurrappadi Reviewed-by: Peter Boonstoppel Reviewed-by: Yu-Huan Hsu --- arch/arm/mach-tegra/cpu-tegra3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/cpu-tegra3.c') diff --git a/arch/arm/mach-tegra/cpu-tegra3.c b/arch/arm/mach-tegra/cpu-tegra3.c index 01b954625e54..8377d5e65724 100644 --- a/arch/arm/mach-tegra/cpu-tegra3.c +++ b/arch/arm/mach-tegra/cpu-tegra3.c @@ -191,7 +191,7 @@ enum { #define NR_FSHIFT 2 static unsigned int nr_run_thresholds[] = { /* 1, 2, 3, 4 - on-line cpus target */ - 5, 9, 13, UINT_MAX /* avg run threads * 4 (e.g., 9 = 2.25 threads) */ + 5, 9, 10, UINT_MAX /* avg run threads * 4 (e.g., 9 = 2.25 threads) */ }; static unsigned int nr_run_hysteresis = 2; /* 0.5 thread */ static unsigned int nr_run_last; -- cgit v1.2.3