From 31328eb71b3e1ffa126ef722973ae956927818a9 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 27 Mar 2024 12:48:22 +0100 Subject: [PATCH] Nuke bore from rtpreempt compat --- linux-tkg-config/prepare | 6 ------ 1 file changed, 6 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index cbf185f..c3951f0 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -335,12 +335,6 @@ _set_cpu_scheduler() { if [[ "${_avail_cpu_scheds[*]}" =~ "eevdf" ]] && ! [[ "${_avail_cpu_scheds[*]}" =~ "cfs" ]]; then _avail_cpu_scheds_rt=("eevdf") 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[*]}) fi