On 11/19/2018 04:58 AM, Thomas Gleixner wrote:

>> +DECLARE_STATIC_KEY_TRUE(cpu_smt_enabled);
> 
> And here it is declared unconditionally which allows code to use it despite
> CONFIG_HOTPLUG_SMT=n and subsequently breaks the build.

Will put this under #ifdef CONFIG_HOTPLUG_SMT

Tim

Reply via email to