• M
    powerpc/mm: Do hash device tree scanning earlier · bacf9cf8
    Michael Ellerman 提交于
    Currently MMU initialisation (early_init_mmu()) consists of a mixture of
    scanning the device tree, setting MMU feature bits, and then also doing
    actual initialisation of MMU data structures.
    
    We'd like to decouple the setting of the MMU features from the actual
    setup. So split out the device tree scanning, and associated code, and
    call it from mmu_init_early_devtree().
    Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
    bacf9cf8
hash_utils_64.c 45.8 KB