Update spectre-meltdown-checker.sh

This commit is contained in:
rrobgill 2018-05-04 07:30:54 +10:00 committed by Stéphane Lesimple
parent 1c0f6d9580
commit 5cc77741af
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ load_msr()
if [ "$os" = Linux ]; then
if ! grep -e msr /proc/modules 2>/dev/null; then
modprobe msr 2>/dev/null && insmod_msr=1
_debug "attempted to load module msr, insmod_msr=$insmod_cpuid"
_debug "attempted to load module msr, insmod_msr=$insmod_msr"
else
_debug "msr module already loaded"
fi