Skip to content

Commit

Permalink
Edit: smartass config
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDrOiD committed May 15, 2011
1 parent 47c79b2 commit c858417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/cpufreq/cpufreq_smartass.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static unsigned int sample_rate_jiffies;
* Freqeuncy delta when ramping up.
* zero disables causes to always jump straight to max frequency.
*/
#define DEFAULT_RAMP_UP_STEP 768000
#define DEFAULT_RAMP_UP_STEP 576000
static unsigned int ramp_up_step;

/*
Expand All @@ -103,7 +103,7 @@ static unsigned int max_ramp_down;
/*
* CPU freq will be increased if measured load > max_cpu_load;
*/
#define DEFAULT_MAX_CPU_LOAD 85
#define DEFAULT_MAX_CPU_LOAD 75
static unsigned long max_cpu_load;

/*
Expand All @@ -122,7 +122,7 @@ static
struct cpufreq_governor cpufreq_gov_smartass = {
.name = "smartass",
.governor = cpufreq_governor_smartass,
.max_transition_latency = 9000000,
.max_transition_latency = 6000000,
.owner = THIS_MODULE,
};

Expand Down

0 comments on commit c858417

Please sign in to comment.