Skip to content

Commit

Permalink
Restored original configuration of Wheatley
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuzzo committed Oct 5, 2012
1 parent 2ec76b1 commit 4e5d6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/cpufreq/cpufreq_wheatley.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
*/

#define DEF_FREQUENCY_DOWN_DIFFERENTIAL (10)
#define DEF_FREQUENCY_UP_THRESHOLD (90)
#define DEF_FREQUENCY_UP_THRESHOLD (80)
#define DEF_SAMPLING_DOWN_FACTOR (1)
#define MAX_SAMPLING_DOWN_FACTOR (100000)
#define MICRO_FREQUENCY_DOWN_DIFFERENTIAL (3)
#define MICRO_FREQUENCY_UP_THRESHOLD (95)
#define MICRO_FREQUENCY_MIN_SAMPLE_RATE (10000)
#define MIN_FREQUENCY_UP_THRESHOLD (20)
#define MIN_FREQUENCY_UP_THRESHOLD (11)
#define MAX_FREQUENCY_UP_THRESHOLD (100)
#define DEF_TARGET_RESIDENCY (10000)
#define DEF_ALLOWED_MISSES (5)
Expand Down

0 comments on commit 4e5d6fd

Please sign in to comment.