6.6rc: For BORE, apply additional/pending eevdf changes.

Following 1454d6c705
This commit is contained in:
Tk-Glitch
2023-10-26 16:35:00 +02:00
parent a2b6fc7bbe
commit 94a2ac0bd8

View File

@@ -847,6 +847,10 @@ _tkg_srcprep() {
tkgpatch="$srcdir/tt_high_hz.patch" && _tkg_patcher
fi
elif [ "${_cpusched}" = "bore" ]; then
if [[ $_kver = 606 ]]; then
_msg="Applying eevdf \"additions\" patch"
tkgpatch="$srcdir/0003-eevdf.patch" && _tkg_patcher
fi
_msg="Applying BORE patch"
curl "https://raw.githubusercontent.com/CachyOS/kernel-patches/master/${_basekernel}/sched/0001-bore.patch" > "$srcdir"/0001-bore.patch
tkgpatch="$srcdir/0001-bore.patch" && _tkg_patcher