lkml.org 
[lkml]   [2006]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 2/2] cpufreq_conservative: align codebase with ondemand for consistancy
The sensible approach to making conservative less responsive :) As mentioned 
in patch [1/1].

Signed-off-by: Alexander Clouter <alex-kernel@digriz.org.uk>

--- linux-2.6.15/drivers/cpufreq/cpufreq_conservative.c 2006-02-24 12:04:35.249778500 +0000
+++ linux-2.6.15/drivers/cpufreq/cpufreq_conservative.c.01 2006-02-09 20:40:04.837038750 +0000
@@ -512,7 +512,7 @@
if (latency == 0)
latency = 1;

- def_sampling_rate = 10 * latency *
+ def_sampling_rate = latency *
DEF_SAMPLING_RATE_LATENCY_MULTIPLIER;

if (def_sampling_rate < MIN_STAT_SAMPLING_RATE)
\
 
 \ /
  Last update: 2006-02-24 15:28    [W:0.100 / U:1.676 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site