Re: [PATCH 4/5 v3] kernel handling of memory DLPAR

2009-10-15 Thread Nathan Fontenot
Michael Ellerman wrote: On Tue, 2009-10-13 at 13:13 -0500, Nathan Fontenot wrote: This adds the capability to DLPAR add and remove memory from the kernel. The Hi Nathan, Sorry to only get around to reviewing version 3, time is a commodity in short supply :) Index: powerpc/arch/powerpc/plat

Re: [PATCH 4/5 v3] kernel handling of memory DLPAR

2009-10-13 Thread Michael Ellerman
On Tue, 2009-10-13 at 13:13 -0500, Nathan Fontenot wrote: > This adds the capability to DLPAR add and remove memory from the kernel. The Hi Nathan, Sorry to only get around to reviewing version 3, time is a commodity in short supply :) > Index: powerpc/arch/powerpc/platforms/pseries/dlpar.c > =

Re: [PATCH 4/5 v3] kernel handling of memory DLPAR

2009-10-13 Thread Nathan Fontenot
This adds the capability to DLPAR add and remove memory from the kernel. The patch extends the powerpc handling of memory_add_physaddr_to_nid(), which is called from the sysfs memory 'probe' file to first ensure that the memory has been added to the system. This is done by creating a platform sp