Re: CPU Hotplugging disabled, still cpuhp/%d threads running in my 32-bit system

2017-01-11 Thread Enrico Mioso
, still cpuhp/%d threads running in my 32-bit system On Tue, 10 Jan 2017, Enrico Mioso wrote: Hello guys. I disabled CPU hotplugging in my .config: still I can see what follows in the process list. 11 ?S 0:00 [cpuhp/0] 12 ?S 0:00 [cpuhp/1] And from what I can see

Re: CPU Hotplugging disabled, still cpuhp/%d threads running in my 32-bit system

2017-01-11 Thread Thomas Gleixner
On Tue, 10 Jan 2017, Enrico Mioso wrote: > Hello guys. > I disabled CPU hotplugging in my .config: still I can see what follows in the > process list. > >11 ?S 0:00 [cpuhp/0] >12 ?S 0:00 [cpuhp/1] > > And from what I can see in kernel/cpu.c:574, this is related

CPU Hotplugging disabled, still cpuhp/%d threads running in my 32-bit system

2017-01-10 Thread Enrico Mioso
Hello guys. I disabled CPU hotplugging in my .config: still I can see what follows in the process list. 11 ?S 0:00 [cpuhp/0] 12 ?S 0:00 [cpuhp/1] And from what I can see in kernel/cpu.c:574, this is related to CPU hotplugging. Is this normal? And, out of curiosit