mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-19 04:22:22 +01:00
Update spectre-meltdown-checker.sh
This commit is contained in:
parent
1c0f6d9580
commit
5cc77741af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user