Always disable MLX5_CORE on Project C

Instead of only on 6.3.y

Fixes compilation of Prjc on 6.4
This commit is contained in:
Tk-Glitch
2023-06-29 22:12:03 +02:00
parent 1afda7c108
commit c0f8f6d68e

View File

@@ -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