Re: [PATCH] smpboot: correctly update number of booted cores

2018-02-22 Thread Dou Liyang
At 02/22/2018 04:50 AM, Samuel Neves wrote: Without this fix, /proc/cpuinfo will display an incorrect amount of CPU cores, after bringing them offline and online again, as exemplified below: $ cat /proc/cpuinfo | grep cores cpu cores : 4 cpu cores : 8 cpu cores : 8 cpu cores

Re: [PATCH] smpboot: correctly update number of booted cores

2018-02-22 Thread Dou Liyang
At 02/22/2018 04:50 AM, Samuel Neves wrote: Without this fix, /proc/cpuinfo will display an incorrect amount of CPU cores, after bringing them offline and online again, as exemplified below: $ cat /proc/cpuinfo | grep cores cpu cores : 4 cpu cores : 8 cpu cores : 8 cpu cores

[PATCH] smpboot: correctly update number of booted cores

2018-02-21 Thread Samuel Neves
Without this fix, /proc/cpuinfo will display an incorrect amount of CPU cores, after bringing them offline and online again, as exemplified below: $ cat /proc/cpuinfo | grep cores cpu cores : 4 cpu cores : 8 cpu cores : 8 cpu cores : 20 cpu cores : 4 cpu cores

[PATCH] smpboot: correctly update number of booted cores

2018-02-21 Thread Samuel Neves
Without this fix, /proc/cpuinfo will display an incorrect amount of CPU cores, after bringing them offline and online again, as exemplified below: $ cat /proc/cpuinfo | grep cores cpu cores : 4 cpu cores : 8 cpu cores : 8 cpu cores : 20 cpu cores : 4 cpu cores