From c0f8f6d68ed852625e6af309f9c7fbeccd678896 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 29 Jun 2023 22:12:03 +0200 Subject: [PATCH] Always disable MLX5_CORE on Project C Instead of only on 6.3.y Fixes compilation of Prjc on 6.4 --- linux-tkg-config/prepare | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index b1a49fd..0fd1447 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -880,10 +880,9 @@ _tkg_srcprep() { # buggy project C/PSI interaction workaround if [ "${_cpusched}" = "pds" ] || [ "${_cpusched}" = "bmq" ]; then _enable "PSI_DEFAULT_DISABLED" - # Disable MLX5_CORE on Prjc 6.3.y - if [ "$_kver" = "603" ]; then - _disable "MLX5_CORE" - fi + # Disable MLX5_CORE on Prjc + plain "Disable MLX5_CORE for Prjc" + _disable "MLX5_CORE" fi if [ -n "$_custom_commandline" ]; then