summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db91c2bffd1f..d5ce4288ed26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -224,7 +224,8 @@ case "$_cpusched" in
source+=("${_patchsource}/sched/0001-EEVDF-cachy.patch"
"${_patchsource}/sched/0001-bore-eevdf.patch");;
eevdf) # EEVDF Scheduler
- source+=("${_patchsource}/sched/0001-EEVDF-cachy.patch");;
+ source+=("${_patchsource}/sched/0001-EEVDF-cachy.patch"
+ "${_patchsource}/misc/0001-eevdf-Disable-DELAY_DEQUEUE.patch");;
pds|bmq) # BMQ/PDS scheduler
source+=("${_patchsource}/sched/0001-prjc-cachy.patch"
linux-cachyos-prjc.install);;