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
|
# buggy project C/PSI interaction workaround
|
||||||
if [ "${_cpusched}" = "pds" ] || [ "${_cpusched}" = "bmq" ]; then
|
if [ "${_cpusched}" = "pds" ] || [ "${_cpusched}" = "bmq" ]; then
|
||||||
_enable "PSI_DEFAULT_DISABLED"
|
_enable "PSI_DEFAULT_DISABLED"
|
||||||
# Disable MLX5_CORE on Prjc 6.3.y
|
# Disable MLX5_CORE on Prjc
|
||||||
if [ "$_kver" = "603" ]; then
|
plain "Disable MLX5_CORE for Prjc"
|
||||||
_disable "MLX5_CORE"
|
_disable "MLX5_CORE"
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$_custom_commandline" ]; then
|
if [ -n "$_custom_commandline" ]; then
|
||||||
|
Reference in New Issue
Block a user