Re: [PATCH v3 2/4] ACPI: Update CPU hotplug messages

2012-07-27 Thread Toshi Kani
On Fri, 2012-07-27 at 10:05 -0600, Bjorn Helgaas wrote: > On Thu, Jul 26, 2012 at 8:39 PM, Toshi Kani wrote: > > On Thu, 2012-07-26 at 13:23 -0600, Bjorn Helgaas wrote: > >> On Wed, Jul 25, 2012 at 5:12 PM, Toshi Kani wrote: > > >> > @@ -560,8 +565,7 @@ static int __cpuinit acpi_processor_add(st

Re: [PATCH v3 2/4] ACPI: Update CPU hotplug messages

2012-07-27 Thread Bjorn Helgaas
On Thu, Jul 26, 2012 at 8:39 PM, Toshi Kani wrote: > On Thu, 2012-07-26 at 13:23 -0600, Bjorn Helgaas wrote: >> On Wed, Jul 25, 2012 at 5:12 PM, Toshi Kani wrote: >> > @@ -560,8 +565,7 @@ static int __cpuinit acpi_processor_add(struct >> > acpi_device *device) >> > */ >> > if (

Re: [PATCH v3 2/4] ACPI: Update CPU hotplug messages

2012-07-26 Thread Toshi Kani
On Thu, 2012-07-26 at 13:23 -0600, Bjorn Helgaas wrote: > On Wed, Jul 25, 2012 at 5:12 PM, Toshi Kani wrote: > > Updated CPU hotplug log messages with acpi_pr_(), > > dev_() and pr_(). Some messages are also > > changed for clarity. > > > > Signed-off-by: Toshi Kani > > Tested-by: Vijay Mohan Pa

Re: [PATCH v3 2/4] ACPI: Update CPU hotplug messages

2012-07-26 Thread Bjorn Helgaas
On Wed, Jul 25, 2012 at 5:12 PM, Toshi Kani wrote: > Updated CPU hotplug log messages with acpi_pr_(), > dev_() and pr_(). Some messages are also > changed for clarity. > > Signed-off-by: Toshi Kani > Tested-by: Vijay Mohan Pandarathil > --- > drivers/acpi/processor_driver.c | 36 +++

[PATCH v3 2/4] ACPI: Update CPU hotplug messages

2012-07-25 Thread Toshi Kani
Updated CPU hotplug log messages with acpi_pr_(), dev_() and pr_(). Some messages are also changed for clarity. Signed-off-by: Toshi Kani Tested-by: Vijay Mohan Pandarathil --- drivers/acpi/processor_driver.c | 36 +--- 1 files changed, 21 insertions(+), 15 de