Re: [PATCH v1 3/9]powerpc/powernv: Add cpu hotplug support

2015-06-04 Thread Madhavan Srinivasan
On Wednesday 03 June 2015 05:08 AM, Daniel Axtens wrote: On Tue, 2015-06-02 at 21:29 +0530, Madhavan Srinivasan wrote: Patch adds cpu hotplug support. First online cpu in a node is picked as designated thread to read the Nest pmu counter data, and at the time of hotplug, next online cpu from t

Re: [PATCH v1 3/9]powerpc/powernv: Add cpu hotplug support

2015-06-02 Thread Daniel Axtens
On Tue, 2015-06-02 at 21:29 +0530, Madhavan Srinivasan wrote: > Patch adds cpu hotplug support. First online cpu in a node is picked as > designated thread to read the Nest pmu counter data, and at the time of > hotplug, next online cpu from the same node is picked up. I'm not sure I understand th

[PATCH v1 3/9]powerpc/powernv: Add cpu hotplug support

2015-06-02 Thread Madhavan Srinivasan
Patch adds cpu hotplug support. First online cpu in a node is picked as designated thread to read the Nest pmu counter data, and at the time of hotplug, next online cpu from the same node is picked up. Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Sukadev Bhattiprolu C