Re: [1/3] powerpc/mm/radix: Remove unused code

2018-03-23 Thread Michael Ellerman
On Fri, 2018-03-23 at 04:56:25 UTC, "Aneesh Kumar K.V" wrote: > These function are not used in the code. Remove them. > > Signed-off-by: Aneesh Kumar K.V Series applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/99491e2d0e50c53a0620dfec340b24 cheers

Re: [PATCH 1/3] powerpc/mm/radix: Remove unused code

2018-03-23 Thread Nicholas Piggin
On Fri, 23 Mar 2018 10:26:25 +0530 "Aneesh Kumar K.V" wrote: > These function are not used in the code. Remove them. > > Signed-off-by: Aneesh Kumar K.V You already acked this one :) https://patchwork.ozlabs.org/patch/868852/

[PATCH 1/3] powerpc/mm/radix: Remove unused code

2018-03-22 Thread Aneesh Kumar K.V
These function are not used in the code. Remove them. Signed-off-by: Aneesh Kumar K.V --- .../powerpc/include/asm/book3s/64/tlbflush-radix.h | 3 -- arch/powerpc/mm/tlb-radix.c| 40 -- 2 files changed, 43 deletions(-) diff --git a/arch/powerpc/includ