OSDN Git Service

powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 21 Mar 2018 14:07:47 +0000 (15:07 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 14:39:15 +0000 (00:39 +1000)
commit8820a44738308a8a1644c6c3d04b477624db2d6b
tree9f1ced63605a14449d8915a695d18f48b8583906
parent9887334b804892f10262fa7f805998d554e04367
powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash

First context is now 1 for all supported platforms, so it
can be made a constant.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/mmu_context_nohash.c