From: Viresh Kumar Date: Tue, 26 Feb 2013 09:37:24 +0000 (+0530) Subject: cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~1^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98104ee28f451024170a9dfb7bec31bfcb7e7c14;p=pandora-kernel.git cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20 Currently MIN_LATENCY_MULTIPLIER is set defined as 100 and so on a system with transition latency of 1 ms, the minimum sampling time comes to be around 100 ms. That is quite big if you want to get better performance for your system. Redefine MIN_LATENCY_MULTIPLIER to 20 so that we can support 20ms sampling rate for such platforms. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed