diff --git a/quickemu b/quickemu index 775c0fe..436d0ad 100755 --- a/quickemu +++ b/quickemu @@ -294,7 +294,6 @@ function vm_boot() { GUEST_CPU_CORES=$(( 2 ** $(echo "${factorCPUCores#*:}" | grep -o '[0-9]' | wc -l) )) fi - # Account for Hyperthreading/SMT. if [ -e /sys/devices/system/cpu/smt/control ] && [ "${GUEST_CPU_CORES}" -ge 2 ]; then HOST_CPU_SMT=$(cat /sys/devices/system/cpu/smt/control)