Re: [PATCH V2 27/68] powerpc/mm/radix: Dummy radix_enabled()

2016-04-20 Thread Balbir Singh
On 09/04/16 16:13, Aneesh Kumar K.V wrote: > 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 mmu_feature > check. > > We need to addt this early so that we can

[PATCH V2 27/68] powerpc/mm/radix: Dummy radix_enabled()

2016-04-08 Thread Aneesh Kumar K.V
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 mmu_feature check. We need to addt this early so that we can get it all build in the early stage. Signed-off-by: Anee