Intel Skylake/Kaby Lake处理器超线程bug及处理
grep name /proc/cpuinfo | sort -ugrep -q '^flags.*[[:space:]]ht[[:space:]]' /proc/cpuinfo && echo "Hyper-threading is supported"参考
Last updated
grep name /proc/cpuinfo | sort -ugrep -q '^flags.*[[:space:]]ht[[:space:]]' /proc/cpuinfo && echo "Hyper-threading is supported"Last updated