Re: [PATCH v06 1/9] hotplug/cpu: Conditionally acquire/release DRC index

2018-07-13 Thread Michael Bringmann
See below. Code cleanups accepted for next revision. On 07/11/2018 11:00 AM, Naveen N. Rao wrote: > Michael Bringmann wrote: >> powerpc/cpu: Modify dlpar_cpu_add and dlpar_cpu_remove to allow the >> skipping of DRC index acquire or release operations during the CPU >> add or remove operations.  T

Re: [PATCH v06 1/9] hotplug/cpu: Conditionally acquire/release DRC index

2018-07-11 Thread Naveen N. Rao
Michael Bringmann wrote: powerpc/cpu: Modify dlpar_cpu_add and dlpar_cpu_remove to allow the skipping of DRC index acquire or release operations during the CPU add or remove operations. This is intended to support subsequent changes to provide a 'CPU readd' operation. Signed-off-by: Michael Bri