powerpc/mm: Introduce MMU features
[deliverable/linux.git] / arch / powerpc / kernel / setup_64.c
index ce48f5c5c54235b6f233ce5d14544f735380bb38..d8bd2161e7388c55afcb53f77d2c03504cf073ff 100644 (file)
@@ -361,6 +361,8 @@ void __init setup_system(void)
         */
        do_feature_fixups(cur_cpu_spec->cpu_features,
                          &__start___ftr_fixup, &__stop___ftr_fixup);
+       do_feature_fixups(cur_cpu_spec->mmu_features,
+                         &__start___mmu_ftr_fixup, &__stop___mmu_ftr_fixup);
        do_feature_fixups(powerpc_firmware_features,
                          &__start___fw_ftr_fixup, &__stop___fw_ftr_fixup);
        do_lwsync_fixups(cur_cpu_spec->cpu_features,
This page took 0.024234 seconds and 5 git commands to generate.