6.6rc: For BORE, apply additional/pending eevdf changes.
Following 1454d6c705
This commit is contained in:
@@ -847,6 +847,10 @@ _tkg_srcprep() {
|
|||||||
tkgpatch="$srcdir/tt_high_hz.patch" && _tkg_patcher
|
tkgpatch="$srcdir/tt_high_hz.patch" && _tkg_patcher
|
||||||
fi
|
fi
|
||||||
elif [ "${_cpusched}" = "bore" ]; then
|
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"
|
_msg="Applying BORE patch"
|
||||||
curl "https://raw.githubusercontent.com/CachyOS/kernel-patches/master/${_basekernel}/sched/0001-bore.patch" > "$srcdir"/0001-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
|
tkgpatch="$srcdir/0001-bore.patch" && _tkg_patcher
|
||||||
|
Reference in New Issue
Block a user