* Enable TT and BORE * Upstreamed: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/futex/core.c?id=90d758896787048fa3d4209309d4800f3920e66f * Update glitched-base patch for https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/block/elevator.c?id=81eaca442ea962c43bdb1e9cbb9eddb41b97491d * make oldconfig & accept defaults
19 lines
721 B
Diff
19 lines
721 B
Diff
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c
|
|
index 6b423eebfd5d..61e3271675d6 100644
|
|
--- a/drivers/cpufreq/cpufreq_ondemand.c
|
|
+++ b/drivers/cpufreq/cpufreq_ondemand.c
|
|
@@ -21,10 +21,10 @@
|
|
#include "cpufreq_ondemand.h"
|
|
|
|
/* On-demand governor macros */
|
|
-#define DEF_FREQUENCY_UP_THRESHOLD (80)
|
|
-#define DEF_SAMPLING_DOWN_FACTOR (1)
|
|
+#define DEF_FREQUENCY_UP_THRESHOLD (55)
|
|
+#define DEF_SAMPLING_DOWN_FACTOR (5)
|
|
#define MAX_SAMPLING_DOWN_FACTOR (100000)
|
|
-#define MICRO_FREQUENCY_UP_THRESHOLD (95)
|
|
+#define MICRO_FREQUENCY_UP_THRESHOLD (63)
|
|
#define MICRO_FREQUENCY_MIN_SAMPLE_RATE (10000)
|
|
#define MIN_FREQUENCY_UP_THRESHOLD (1)
|
|
#define MAX_FREQUENCY_UP_THRESHOLD (100)
|