Re: [RFC PATCH 16/17] powerpc/mm/pseries: Move slot based bulk remove to helper

2017-08-02 Thread Segher Boessenkool
Hi Aneesh, On Wed, Aug 02, 2017 at 11:10:15AM +0530, Aneesh Kumar K.V wrote: > +static int plpar_bluk_remove(unsigned long *param, int index, unsigned long > slot, s/bluk/bulk/ :-) Segher

[RFC PATCH 16/17] powerpc/mm/pseries: Move slot based bulk remove to helper

2017-08-01 Thread Aneesh Kumar K.V
--- arch/powerpc/platforms/pseries/lpar.c | 51 +-- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/arch/powerpc/platforms/pseries/lpar.c b/arch/powerpc/platforms/pseries/lpar.c index 04a9618f3b79..436ec1e725d3 100644 --- a/arch/powerpc/platforms/ps