1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-18 03:05:24 +02:00

feat: make IBRS_FW blue instead of green

This commit is contained in:
Stéphane Lesimple 2018-04-16 09:07:54 +02:00
parent 223f5028df
commit a6f4475cee

View File

@ -2119,7 +2119,7 @@ check_variant2_linux()
case "$ibrs_enabled" in
0)
if [ "$ibrs_fw_enabled" = 1 ]; then
pstatus green YES "for firmware code"
pstatus blue YES "for firmware code only"
else
pstatus yellow NO
fi