sh: Wire up the uncached fixmap on sh64 as well.
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / arch / sh / mm / init.c
index d1be04204219d7ed13f92a4ce46b002b8a5ac937..fe532aeaa16d9a9861eddd7665a2f9c49358337f 100644 (file)
@@ -177,10 +177,8 @@ void __init paging_init(void)
 
        free_area_init_nodes(max_zone_pfns);
 
-#ifdef CONFIG_SUPERH32
        /* Set up the uncached fixmap */
        set_fixmap_nocache(FIX_UNCACHED, __pa(&__uncached_start));
-#endif
 }
 
 static struct kcore_list kcore_mem, kcore_vmalloc;