mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-07 06:33:38 +01:00
fix: tsx: rtm feature bit is in EBX(11)
This commit is contained in:
parent
6e799e8b01
commit
71129d6b48
@ -2923,11 +2923,11 @@ check_cpu()
|
|||||||
ret=1
|
ret=1
|
||||||
cpuid_rtm=0
|
cpuid_rtm=0
|
||||||
if is_intel; then
|
if is_intel; then
|
||||||
read_cpuid 0x7 $EDX 11 1 1; ret=$?
|
read_cpuid 0x7 $EBX 11 1 1; ret=$?
|
||||||
fi
|
fi
|
||||||
if [ $ret -eq 0 ]; then
|
if [ $ret -eq 0 ]; then
|
||||||
cpuid_rtm=1
|
cpuid_rtm=1
|
||||||
pstatus green YES
|
pstatus green YES "RTM feature bit"
|
||||||
elif [ $ret -eq 2 ]; then
|
elif [ $ret -eq 2 ]; then
|
||||||
cpuid_rtm=-1
|
cpuid_rtm=-1
|
||||||
pstatus yellow UNKNOWN "is cpuid kernel module available?"
|
pstatus yellow UNKNOWN "is cpuid kernel module available?"
|
||||||
|
Loading…
Reference in New Issue
Block a user