Re: [PATCH v3 12/21] powerpc/mm: Convert early cpu/mmu feature check to use the new helpers
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-28 11:24:08
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-28 11:24:08
Benjamin Herrenschmidt [off-list ref] writes:
On Thu, 2016-07-28 at 00:18 +1000, Michael Ellerman wrote:quoted
=20diff --git a/arch/powerpc/include/asm/book3s/64/mmu.hb/arch/powerpc/include/asm/book3s/64/mmu.h index 70c995870297..6deda6ecc4f7 100644--- a/arch/powerpc/include/asm/book3s/64/mmu.h +++ b/arch/powerpc/include/asm/book3s/64/mmu.h@@ -116,7 +116,7 @@ extern void hash__early_init_mmu_secondary(void);=C2=A0extern void radix__early_init_mmu_secondary(void); =C2=A0static inline void early_init_mmu_secondary(void) =C2=A0{ -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0if (radix_enabled()) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0if (__radix_enabled()) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0return radix__early_init_mmu_secondary();
quoted
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return hash__early_init_=
mmu_secondary();
quoted
=C2=A0}This one can go, no ?
Yep. cheers