6.5/6.6: Apply eevdf-Disable-DELAY_DEQUEUE on eevdf

Following 94383606d0
This commit is contained in:
Tk-Glitch
2023-10-26 03:59:19 +02:00
parent 94383606d0
commit b30f072867

View File

@@ -861,6 +861,9 @@ _tkg_srcprep() {
_msg="Applying BORE-EEVDF patch" _msg="Applying BORE-EEVDF patch"
curl "https://raw.githubusercontent.com/CachyOS/kernel-patches/master/${_basekernel}/sched/0001-bore-eevdf.patch" > "$srcdir"/0001-bore-eevdf.patch curl "https://raw.githubusercontent.com/CachyOS/kernel-patches/master/${_basekernel}/sched/0001-bore-eevdf.patch" > "$srcdir"/0001-bore-eevdf.patch
tkgpatch="$srcdir/0001-bore-eevdf.patch" && _tkg_patcher tkgpatch="$srcdir/0001-bore-eevdf.patch" && _tkg_patcher
else
_msg="Applying eevdf-Disable-DELAY_DEQUEUE patch"
tkgpatch="$srcdir/0004-eevdf-Disable-DELAY_DEQUEUE.patch" && _tkg_patcher
fi fi
fi fi