Skip to content

Commit

Permalink
cpufreq: conservative: Reduce LATENCY_MULTIPLIER to 500
Browse files Browse the repository at this point in the history
This changes the default sampling_rate from 100 msec to 50 msec on Exynos

DO NOT use this patch directly without testing and understanding the code
on any arch that has a default sampling_rate other than 100000 (100 msec)

Signed-off-by: Andrew Dodd <atd7@cornell.edu>
  • Loading branch information
Entropy512 committed Mar 4, 2012
1 parent 0746aeb commit 5c86b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_conservative.c
Expand Up @@ -46,7 +46,7 @@

static unsigned int min_sampling_rate;

#define LATENCY_MULTIPLIER (1000)
#define LATENCY_MULTIPLIER (500)
#define MIN_LATENCY_MULTIPLIER (100)
#define DEF_SAMPLING_DOWN_FACTOR (1)
#define MAX_SAMPLING_DOWN_FACTOR (10)
Expand Down

0 comments on commit 5c86b80

Please sign in to comment.