Nuke bore from rtpreempt compat

This commit is contained in:
Tk-Glitch
2024-03-27 12:48:22 +01:00
parent 1e8000fb21
commit 31328eb71b

View File

@@ -335,12 +335,6 @@ _set_cpu_scheduler() {
if [[ "${_avail_cpu_scheds[*]}" =~ "eevdf" ]] && ! [[ "${_avail_cpu_scheds[*]}" =~ "cfs" ]]; then if [[ "${_avail_cpu_scheds[*]}" =~ "eevdf" ]] && ! [[ "${_avail_cpu_scheds[*]}" =~ "cfs" ]]; then
_avail_cpu_scheds_rt=("eevdf") _avail_cpu_scheds_rt=("eevdf")
fi fi
if [[ "${_avail_cpu_scheds[*]}" =~ "bore" ]]; then
_avail_cpu_scheds_rt+=("bore")
fi
if [[ "${_avail_cpu_scheds[*]}" =~ "bore-eevdf" ]] && ! [[ "${_avail_cpu_scheds[*]}" =~ "cfs" ]]; then
_avail_cpu_scheds_rt+=("bore-eevdf")
fi
_avail_cpu_scheds=(${_avail_cpu_scheds_rt[*]}) _avail_cpu_scheds=(${_avail_cpu_scheds_rt[*]})
fi fi