cpufreq: ondemand: rk29 ignore nice default
author黄涛 <huangtao@rock-chips.com>
Mon, 25 Jul 2011 08:32:34 +0000 (16:32 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 25 Jul 2011 09:03:21 +0000 (17:03 +0800)
drivers/cpufreq/cpufreq_ondemand.c

index 2081b289a8090b0ba2ca3c32fabf7c8e7fb11f68..1fdbbe4d2e3de62611b841ce927a2cc09a1f62ac 100644 (file)
@@ -116,7 +116,11 @@ static struct dbs_tuners {
 } dbs_tuners_ins = {
        .up_threshold = DEF_FREQUENCY_UP_THRESHOLD,
        .down_differential = DEF_FREQUENCY_DOWN_DIFFERENTIAL,
+#ifdef CONFIG_ARCH_RK29
+       .ignore_nice = 1,
+#else
        .ignore_nice = 0,
+#endif
        .powersave_bias = 0,
 };