CPU_SMT_FORCE_DISABLED
if (old != CPU_SMT_DISABLED && old != CPU_SMT_FORCE_DISABLED)
if (cpu_smt_control == CPU_SMT_FORCE_DISABLED)
ctrlval = CPU_SMT_FORCE_DISABLED;
force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED;
[CPU_SMT_FORCE_DISABLED] = "forceoff",
cpu_smt_control = CPU_SMT_FORCE_DISABLED;
return cpu_smt_control != CPU_SMT_FORCE_DISABLED &&