Re: [PATCH -next] powerpc: Remove unneeded inline functions

2020-07-24 Thread Michael Ellerman
On Fri, 17 Jul 2020 19:27:14 +0800, YueHaibing wrote: > Both of those functions are only called from 64-bit only code, so the > stubs should not be needed at all. Applied to powerpc/next. [1/1] powerpc: Remove unneeded inline functions

[PATCH -next] powerpc: Remove unneeded inline functions

2020-07-17 Thread YueHaibing
Both of those functions are only called from 64-bit only code, so the stubs should not be needed at all. Suggested-by: Michael Ellerman Signed-off-by: YueHaibing --- arch/powerpc/include/asm/mmu_context.h | 2 -- 1 file changed, 2 deletions(-) diff --git