Re: [PATCH v2] pm-qa/cpuhotplug: Run cpuhotplug on all cpus

2014-07-01 Thread Lisa Nguyen
Hi Amit, On 30 June 2014 22:43, Amit Kucheria wrote: > Some nits below: > > On Tue, Jul 1, 2014 at 5:35 AM, Lisa Nguyen wrote: >> Run the cpuhotplug test suite on all cpus including cpu0. If we wish >> to skip cpu0, pass the parameter, hotplug_allow_cpu0=1, to make check >> like in these example

Re: [PATCH v2] pm-qa/cpuhotplug: Run cpuhotplug on all cpus

2014-06-30 Thread Amit Kucheria
Some nits below: On Tue, Jul 1, 2014 at 5:35 AM, Lisa Nguyen wrote: > Run the cpuhotplug test suite on all cpus including cpu0. If we wish > to skip cpu0, pass the parameter, hotplug_allow_cpu0=1, to make check > like in these examples: Umm, this description is the opposite of what the default c

[PATCH v2] pm-qa/cpuhotplug: Run cpuhotplug on all cpus

2014-06-30 Thread Lisa Nguyen
Run the cpuhotplug test suite on all cpus including cpu0. If we wish to skip cpu0, pass the parameter, hotplug_allow_cpu0=1, to make check like in these examples: sudo make -C cpuhotplug hotplug_allow_cpu0=1 check sudo make hotplug_allow_cpu0=1 check Changes from v1 to v2: - Rename the parameter