Sync with Github

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2023-10-26 20:25:16 +02:00
parent 6a0b8471bd
commit ee930fccdf
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A

View file

@ -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);;