Re: powerpc/mm: define an empty slice_init_new_context_exec()

2018-12-22 Thread Michael Ellerman
On Mon, 2018-12-10 at 12:23:05 UTC, Christophe Leroy wrote: > Define slice_init_new_context_exec() at all time to avoid > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/badb9687cec50bdba59746532de196 cheers

[PATCH] powerpc/mm: define an empty slice_init_new_context_exec()

2018-12-10 Thread Christophe Leroy
Define slice_init_new_context_exec() at all time to avoid Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/slice.h | 14 +- arch/powerpc/mm/mmu_context_nohash.c | 2 -- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/arch/powerpc/include/asm/slice.h b/