Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-08 Thread Ingo Molnar
* Rafael J. Wysocki wrote: > On Thursday, May 08, 2014 08:09:35 AM Ingo Molnar wrote: > > > > * Rafael J. Wysocki wrote: > > > > > On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: > > > > acpi_processor_add() assumes that present at boot CPUs > > > > are always onlined, it is not so

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-08 Thread Rafael J. Wysocki
On Thursday, May 08, 2014 08:09:35 AM Ingo Molnar wrote: > > * Rafael J. Wysocki wrote: > > > On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: > > > acpi_processor_add() assumes that present at boot CPUs > > > are always onlined, it is not so if a CPU failed to become > > > onlined. As

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-08 Thread Ingo Molnar
* Rafael J. Wysocki wrote: > On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: > > acpi_processor_add() assumes that present at boot CPUs > > are always onlined, it is not so if a CPU failed to become > > onlined. As result acpi_processor_add() will mark such CPU > > device as onlined in

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-08 Thread Ingo Molnar
* Rafael J. Wysocki r...@rjwysocki.net wrote: On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: acpi_processor_add() assumes that present at boot CPUs are always onlined, it is not so if a CPU failed to become onlined. As result acpi_processor_add() will mark such CPU device as

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-08 Thread Rafael J. Wysocki
On Thursday, May 08, 2014 08:09:35 AM Ingo Molnar wrote: * Rafael J. Wysocki r...@rjwysocki.net wrote: On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: acpi_processor_add() assumes that present at boot CPUs are always onlined, it is not so if a CPU failed to become onlined.

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-08 Thread Ingo Molnar
* Rafael J. Wysocki r...@rjwysocki.net wrote: On Thursday, May 08, 2014 08:09:35 AM Ingo Molnar wrote: * Rafael J. Wysocki r...@rjwysocki.net wrote: On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: acpi_processor_add() assumes that present at boot CPUs are always

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-07 Thread Rafael J. Wysocki
On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: > acpi_processor_add() assumes that present at boot CPUs > are always onlined, it is not so if a CPU failed to become > onlined. As result acpi_processor_add() will mark such CPU > device as onlined in sysfs and following attempts to >

Re: [PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-07 Thread Rafael J. Wysocki
On Monday, May 05, 2014 10:49:49 PM Igor Mammedov wrote: acpi_processor_add() assumes that present at boot CPUs are always onlined, it is not so if a CPU failed to become onlined. As result acpi_processor_add() will mark such CPU device as onlined in sysfs and following attempts to

[PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-05 Thread Igor Mammedov
acpi_processor_add() assumes that present at boot CPUs are always onlined, it is not so if a CPU failed to become onlined. As result acpi_processor_add() will mark such CPU device as onlined in sysfs and following attempts to online/offline it using /sys/device/system/cpu/cpuX/online attribute

[PATCH v5 2/4] acpi_processor: do not mark present at boot but not onlined CPU as onlined

2014-05-05 Thread Igor Mammedov
acpi_processor_add() assumes that present at boot CPUs are always onlined, it is not so if a CPU failed to become onlined. As result acpi_processor_add() will mark such CPU device as onlined in sysfs and following attempts to online/offline it using /sys/device/system/cpu/cpuX/online attribute