From ce12bdcc7f425a05438721d793650a15b2fd7b95 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 7 Dec 2022 14:49:04 +0100 Subject: [PATCH] linux 6.0.y: Get rid of the unofficial Project C warning Following b8835ca20232e4bbf0738bd4e25bcffeb917ad57 --- linux-tkg-config/prepare | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index a259e6a..d4a735d 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -281,7 +281,6 @@ _set_cpu_scheduler() { _avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore") elif [ "$_kver" = "600" ]; then _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore") - _projectc_unoff="1" elif [ "$_kver" = "601" ]; then _avail_cpu_scheds=("cfs" "bore") else