Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24516
b: refs/heads/master
c: 9cbad61
h: refs/heads/master
v: v3
  • Loading branch information
Eric Piel authored and Dominik Brodowski committed Mar 26, 2006
1 parent 47f415b commit 61a4fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ff8c288d7d1a368b663058cdee1ea0adcdef2fa2
refs/heads/master: 9cbad61b41f0b6f0a4c600fe96d8292ffd592b50
3 changes: 1 addition & 2 deletions trunk/drivers/cpufreq/cpufreq_ondemand.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ struct dbs_tuners {
static struct dbs_tuners dbs_tuners_ins = {
.up_threshold = DEF_FREQUENCY_UP_THRESHOLD,
.sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR,
.ignore_nice = 0,
};

static inline unsigned int get_cpu_idle_time(unsigned int cpu)
Expand Down Expand Up @@ -434,8 +435,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_timer_init();
}

Expand Down

0 comments on commit 61a4fb9

Please sign in to comment.