]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67c09a0a443a36ecd6aaec18ceb517ee4d02ba92
tree9f1ced63605a14449d8915a695d18f48b8583906
parentde1eef40586709673280d5e4fd4e0f08edea2cc7
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