Re: [PATCH V5 02/17] powerpc/mm/slice: Update the function prototype

2017-03-29 Thread Aneesh Kumar K.V
On Wednesday 29 March 2017 09:13 AM, Paul Mackerras wrote: On Wed, Mar 22, 2017 at 09:06:48AM +0530, Aneesh Kumar K.V wrote: This avoid copying the slice_mask struct as function return value Did you do before/after comparisons of kernel text size? Paul. textdata bss dec

Re: [PATCH V5 02/17] powerpc/mm/slice: Update the function prototype

2017-03-29 Thread Paul Mackerras
On Wed, Mar 22, 2017 at 09:06:48AM +0530, Aneesh Kumar K.V wrote: > This avoid copying the slice_mask struct as function return value Did you do before/after comparisons of kernel text size? Paul.

[PATCH V5 02/17] powerpc/mm/slice: Update the function prototype

2017-03-21 Thread Aneesh Kumar K.V
This avoid copying the slice_mask struct as function return value Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/slice.c | 62 ++--- 1 file changed, 28 insertions(+), 34 deletions(-) diff --git