From: Mike Frysinger Date: Wed, 9 Dec 2009 11:56:40 +0000 (-0500) Subject: [CPUFREQ] fix default value for ondemand governor X-Git-Tag: accepted/tizen/common/20141203.182822~12466^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=292e0041c3b22c5347092152504d814119554b57;p=platform%2Fkernel%2Flinux-arm64.git [CPUFREQ] fix default value for ondemand governor Signed-off-by: Mike Frysinger Signed-off-by: Dave Jones --- diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index aed082f..737988f 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -145,8 +145,8 @@ show_sampling_rate_max: THIS INTERFACE IS DEPRECATED, DON'T USE IT. up_threshold: defines what the average CPU usage between the samplings of 'sampling_rate' needs to be for the kernel to make a decision on whether it should increase the frequency. For example when it is set -to its default value of '80' it means that between the checking -intervals the CPU needs to be on average more than 80% in use to then +to its default value of '95' it means that between the checking +intervals the CPU needs to be on average more than 95% in use to then decide that the CPU frequency needs to be increased. ignore_nice_load: this parameter takes a value of '0' or '1'. When