summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-10-26 20:33:10 +0200
committerPiotr Gorski2023-10-26 20:33:10 +0200
commit34845a8e31c6cd30cb4a41e9c3c43e6e47576258 (patch)
treeed7ebf8b240a784abb7b928732b168bb96f24f6b
parentd1e07b4f210e3c9c8ade45f6b520c0207a314c10 (diff)
downloadaur-34845a8e31c6cd30cb4a41e9c3c43e6e47576258.tar.gz
Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 238988ed917b..142df744229b 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);;