mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-12-22 20:33:56 +01:00
fix: typos
This commit is contained in:
parent
60eac1ad43
commit
f4bf5e95ec
@ -2524,9 +2524,9 @@ pti_performance_check()
|
|||||||
if [ "$cpu_invpcid" = 1 ]; then
|
if [ "$cpu_invpcid" = 1 ]; then
|
||||||
pstatus green YES 'CPU supports INVPCID, performance impact of PTI will be greatly reduced'
|
pstatus green YES 'CPU supports INVPCID, performance impact of PTI will be greatly reduced'
|
||||||
elif [ "$cpu_pcid" = 1 ]; then
|
elif [ "$cpu_pcid" = 1 ]; then
|
||||||
pstatus green YES 'CPU supports PCID, performance impact o PTI will be reduced'
|
pstatus green YES 'CPU supports PCID, performance impact of PTI will be reduced'
|
||||||
else
|
else
|
||||||
pstatus blue NO 'PCID and INVPCID not supported, but performance impact of PTI will be measurable'
|
pstatus blue NO 'PCID/INVPCID not supported, performance impact of PTI will be significant'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user