ondemand: Make the iowait-is-busy time a sysfs tunable
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 9 May 2010 15:26:51 +0000 (08:26 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 9 May 2010 17:35:27 +0000 (19:35 +0200)
commit19379b11819efc1fc3b602e64f7e7531050aaddb
treede312e679919620d9d245280d86aaf9a0a561d95
parent6b8fcd9029f217a9ecce822db645e19111c11080
ondemand: Make the iowait-is-busy time a sysfs tunable

Pavel Machek pointed out that not all CPUs have an efficient
idle at high frequency. Specifically, older Intel and various
AMD cpus would get a higher powerusage when copying files from
USB.

Mike Chan pointed out that the same is true for various ARM
chips as well.

Thomas Renninger suggested to make this a sysfs tunable with a
reasonable default.

This patch adds a sysfs tunable for the new behavior, and uses
a very simple function to determine a reasonable default,
depending on the CPU vendor/type.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: davej@redhat.com
LKML-Reference: <20100509082651.46914d04@infradead.org>
[ minor tidyup ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/cpufreq/cpufreq_ondemand.c