]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/mm/pgtable-radix.c
powerpc/64: Enable use of radix MMU under hypervisor on POWER9
[karo-tx-linux.git] / arch / powerpc / mm / pgtable-radix.c
index cfa53ccc8bafc908e80532a4a64e44ad358dffc7..94323c4ececccc32c68ef4e168d21d88f869e2bf 100644 (file)
@@ -401,6 +401,8 @@ void __init radix__early_init_mmu(void)
                mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR);
                radix_init_partition_table();
                radix_init_amor();
+       } else {
+               radix_init_pseries();
        }
 
        memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE);