Skip to content

Commit

Permalink
Revert "cpufreq: Tune the FREQUENCY_DOWN_THRESHOLD"
Browse files Browse the repository at this point in the history
This reverts commit 2eceb6e.
  • Loading branch information
Seongmin Park committed Apr 16, 2013
1 parent 21c4377 commit 0c9cd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_dancedance.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

#define DEF_FREQUENCY_UP_THRESHOLD (90)
#define DEF_FREQUENCY_DOWN_THRESHOLD (20)
#define DEF_FREQUENCY_DOWN_THRESHOLD (30)
#define MIN_SAMPLING_RATE_RATIO (2)

static unsigned int min_sampling_rate;
Expand Down
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_wheatley.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* It helps to keep variable names smaller, simpler
*/

#define DEF_FREQUENCY_DOWN_DIFFERENTIAL (20)
#define DEF_FREQUENCY_DOWN_DIFFERENTIAL (10)
#define DEF_FREQUENCY_UP_THRESHOLD (80)
#define DEF_SAMPLING_DOWN_FACTOR (1)
#define MAX_SAMPLING_DOWN_FACTOR (100000)
Expand Down

0 comments on commit 0c9cd01

Please sign in to comment.