release 6.14.9
This commit is contained in:
@@ -60,14 +60,14 @@ caused by rebalancing too many tasks at once.
|
||||
+++ b/kernel/sched/fair.c
|
||||
@@ -76,10 +76,19 @@ unsigned int sysctl_sched_tunable_scalin
|
||||
*
|
||||
* (default: 0.75 msec * (1 + ilog(ncpus)), units: nanoseconds)
|
||||
* (default: 0.70 msec * (1 + ilog(ncpus)), units: nanoseconds)
|
||||
*/
|
||||
+#ifdef CONFIG_ZEN_INTERACTIVE
|
||||
+unsigned int sysctl_sched_base_slice = 400000ULL;
|
||||
+static unsigned int normalized_sysctl_sched_base_slice = 400000ULL;
|
||||
+#else
|
||||
unsigned int sysctl_sched_base_slice = 750000ULL;
|
||||
static unsigned int normalized_sysctl_sched_base_slice = 750000ULL;
|
||||
unsigned int sysctl_sched_base_slice = 700000ULL;
|
||||
static unsigned int normalized_sysctl_sched_base_slice = 700000ULL;
|
||||
+#endif
|
||||
|
||||
+#ifdef CONFIG_ZEN_INTERACTIVE
|
||||
|
Reference in New Issue
Block a user