Re: [PATCH v2 5/6] powerpc/pseries: Add CPU dlpar add functionality

2015-12-01 Thread Nathan Fontenot
On 11/25/2015 11:13 PM, Michael Ellerman wrote: > On Tue, 2015-10-27 at 13:27 -0500, Nathan Fontenot wrote: > >> Add the ability to hotplug add cpus via rtas hotplug events by either >> specifying the drc index of the CPU to add, or providing a count of the >> number of CPUs to add. > > So I just

Re: [PATCH v2 5/6] powerpc/pseries: Add CPU dlpar add functionality

2015-11-25 Thread Michael Ellerman
On Tue, 2015-10-27 at 13:27 -0500, Nathan Fontenot wrote: > Add the ability to hotplug add cpus via rtas hotplug events by either > specifying the drc index of the CPU to add, or providing a count of the > number of CPUs to add. So I just tried running this on my system, without doing anything on

[PATCH v2 5/6] powerpc/pseries: Add CPU dlpar add functionality

2015-10-27 Thread Nathan Fontenot
Add the ability to hotplug add cpus via rtas hotplug events by either specifying the drc index of the CPU to add, or providing a count of the number of CPUs to add. Signed-off-by: Nathan Fontenot --- arch/powerpc/platforms/pseries/hotplug-cpu.c | 94 ++ 1 file changed,