commit | 566ca99af026d43c7cf7ab72f78463dbcc7e6ac2 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Fri Apr 29 23:25:53 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun May 01 18:32:54 2016 +1000 |
tree | d294a62f837f4107ccb35452a2f2d0bf355ff995 | |
parent | b0b5e9b1304765d079c71373df236733765f42ac [diff] |
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>