mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-12-22 20:33:56 +01:00
cosmetic fix
This commit is contained in:
parent
8c2fd0f0bb
commit
13f2133a97
@ -172,7 +172,7 @@ if [ "$mounted_debugfs" = 1 ]; then
|
||||
fi
|
||||
|
||||
/bin/echo "* Mitigation 2"
|
||||
/bin/echo -n "* Kernel recompiled with retpolines: "
|
||||
/bin/echo -n "* Kernel compiled with retpolines: "
|
||||
# XXX this doesn't mean the kernel has been compiled with a retpoline-aware gcc
|
||||
if [ -e /proc/config.gz ]; then
|
||||
if zgrep -q '^CONFIG_RETPOLINE=y' /proc/config.gz; then
|
||||
|
Loading…
Reference in New Issue
Block a user