powerpc/mm: Introduce MMU features
[deliverable/linux.git] / arch / powerpc / mm / ppc_mmu_32.c
index 6aa12081377531594bea592b94915da93904be78..9d97db7b7cf76d6cc32d84eae919ab3f94ecdb74 100644 (file)
@@ -192,7 +192,7 @@ void __init MMU_init_hw(void)
        extern unsigned int hash_page[];
        extern unsigned int flush_hash_patch_A[], flush_hash_patch_B[];
 
-       if (!cpu_has_feature(CPU_FTR_HPTE_TABLE)) {
+       if (!mmu_has_feature(MMU_FTR_HPTE_TABLE)) {
                /*
                 * Put a blr (procedure return) instruction at the
                 * start of hash_page, since we can still get DSI
This page took 0.023631 seconds and 5 git commands to generate.