]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Make MMU_FTR_RADIX a MMU family feature
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 27 Jul 2016 03:19:01 +0000 (13:19 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 Aug 2016 01:14:57 +0000 (11:14 +1000)
commit4f9a575122ba170d7da99dca221798afcd451030
tree892bba1254c0c1249d7e46b2e1b9aa45a490ec07
parent3ca260048fb095cece768beb594d18c1d682add2
powerpc/mm: Make MMU_FTR_RADIX a MMU family feature

MMU feature bits are defined such that we use the lower half to
present MMU family features. Remove the strict split of half and
also move Radix to a mmu family feature. Radix introduce a new MMU
model and strictly speaking it is a new MMU family. This also free
up bits which can be used for individual features later.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/mmu.h
arch/powerpc/include/asm/mmu.h
arch/powerpc/kernel/entry_64.S
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/idle_book3s.S
arch/powerpc/kernel/prom.c
arch/powerpc/mm/init_64.c