Update spectre-meltdown-checker.sh

This commit is contained in:
rrobgill 2018-05-04 07:30:54 +10:00 committed by GitHub
parent d26637e3a4
commit 5b20f6f163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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