summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-10-26 20:26:20 +0200
committerPiotr Gorski2023-10-26 20:26:20 +0200
commit9072839a3f5ed4ce2f5bba75dcc1c6582e5394f8 (patch)
tree10a00256e7a37e0da1ad3d909267fe31b74743f6
parent04d86532818e8d1d7a0917f7f68bc1a5225f34b4 (diff)
downloadaur-9072839a3f5ed4ce2f5bba75dcc1c6582e5394f8.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 25dcc775af2a..010aa7b48c75 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);;