Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24521
b: refs/heads/master
c: c326e27
h: refs/heads/master
i:
  24519: 4dcc328
v: v3
  • Loading branch information
Mattia Dongili authored and Dave Jones committed Mar 28, 2006
1 parent 12af9da commit 5df5015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64840e2722aeb789574e336d231bbc6436d51b34
refs/heads/master: c326e27eb79e98050d855e371ac534ff4352e910
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/cpufreq_conservative.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ static struct dbs_tuners dbs_tuners_ins = {
.up_threshold = DEF_FREQUENCY_UP_THRESHOLD,
.down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD,
.sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR,
.ignore_nice = 0,
.freq_step = 5,
};

static inline unsigned int get_cpu_idle_time(unsigned int cpu)
Expand Down Expand Up @@ -490,8 +492,6 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy,
def_sampling_rate = MIN_STAT_SAMPLING_RATE;

dbs_tuners_ins.sampling_rate = def_sampling_rate;
dbs_tuners_ins.ignore_nice = 0;
dbs_tuners_ins.freq_step = 5;

dbs_timer_init();
}
Expand Down

0 comments on commit 5df5015

Please sign in to comment.