fix(mds): remove useless display of MD_CLEAR info in non-hw section

This commit is contained in:
Stéphane Lesimple 2019-05-24 10:20:48 +02:00
parent 58a5acfdbb
commit dfe0d10f2a
1 changed files with 0 additions and 9 deletions

View File

@ -4344,15 +4344,6 @@ check_mds()
sys_interface_available=1
fi
if [ "$opt_sysfs_only" != 1 ]; then
_info_nol "* CPU supports the MD_CLEAR functionality: "
if [ "$cpuid_md_clear" = 1 ]; then
pstatus green YES
elif [ "$cpuid_md_clear" = 0 ]; then
pstatus yellow NO
else
pstatus yellow UNKNOWN "is cpuid module loaded?"
fi
_info_nol "* Kernel supports using MD_CLEAR mitigation: "
kernel_md_clear=''
kernel_md_clear_can_tell=1