34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From f7f49141a5dbe9c99d78196b58c44307fb2e6be3 Mon Sep 17 00:00:00 2001
|
|
From: Tk-Glitch <ti3nou@gmail.com>
|
|
Date: Wed, 4 Jul 2018 04:30:08 +0200
|
|
Subject: glitched - MuQSS
|
|
|
|
diff --git a/kernel/sched/MuQSS.c b/kernel/sched/MuQSS.c
|
|
index 84a1d08d68551..57c3036a68952 100644
|
|
--- a/kernel/sched/MuQSS.c
|
|
+++ b/kernel/sched/MuQSS.c
|
|
@@ -163,7 +167,11 @@ int sched_interactive __read_mostly = 1;
|
|
* are allowed to run five seconds as real time tasks. This is the total over
|
|
* all online cpus.
|
|
*/
|
|
+#ifdef CONFIG_ZENIFY
|
|
+int sched_iso_cpu __read_mostly = 25;
|
|
+#else
|
|
int sched_iso_cpu __read_mostly = 70;
|
|
+#endif
|
|
|
|
/*
|
|
* sched_yield_type - Choose what sort of yield sched_yield will perform.
|
|
diff --git a/Makefile b/Makefile
|
|
index d4d36c61940b..4a9dfe471f1f 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -15,7 +15,6 @@ NAME = Kleptomaniac Octopus
|
|
|
|
CKVERSION = -ck1
|
|
CKNAME = MuQSS Powered
|
|
-EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION)
|
|
|
|
# We are using a recursive build, so we need to do a little thinking
|
|
# to get the ordering right.
|