Re: [1/4] powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash

2018-06-04 Thread Michael Ellerman
On Wed, 2018-03-21 at 14:07:47 UTC, Christophe Leroy wrote: > First context is now 1 for all supported platforms, so it > can be made a constant. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8820a44738308a8a1644c6c3d04b47 cheers

[PATCH 1/4] powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash

2018-03-21 Thread Christophe Leroy
First context is now 1 for all supported platforms, so it can be made a constant. Signed-off-by: Christophe Leroy --- arch/powerpc/mm/mmu_context_nohash.c | 37 ++-- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git