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:
@@ -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
|
||||
|
Reference in New Issue
Block a user