arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / kernel / setup.c
index cfed56f0ad26d64714b137f124ac8112b12331b1..ad290601f4dab0d271dc62ed27411812590939bf 100644 (file)
@@ -175,7 +175,6 @@ static void __init smp_build_mpidr_hash(void)
         */
        if (mpidr_hash_size() > 4 * num_possible_cpus())
                pr_warn("Large number of MPIDR hash buckets detected\n");
-       __flush_dcache_area(&mpidr_hash, sizeof(struct mpidr_hash));
 }
 
 static void __init setup_machine_fdt(phys_addr_t dt_phys)