]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm/radix: Add dummy radix_enabled()
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 29 Apr 2016 13:25:53 +0000 (23:25 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 1 May 2016 08:32:54 +0000 (18:32 +1000)
commit6496a47d04dc305112497b493751d6e77c9a4792
treed294a62f837f4107ccb35452a2f2d0bf355ff995
parent6bf3d2c70cd76df518e986e4906ad0fd1bff5c0b
powerpc/mm/radix: Add dummy radix_enabled()

In this patch we add the radix Kconfig and conditional check.
radix_enabled() is written to always return 0 here. Once we have all
needed radix changes added, we will update this to an mmu_feature check.

We need to add this early so that we can get it all build in the early
stage.

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/platforms/Kconfig.cputype