From: Paul Mundt Date: Fri, 19 Jun 2009 06:39:47 +0000 (+0900) Subject: sh: Wire up the uncached fixmap on sh64 as well. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b29fa1fbc210a51103c7a16af44df42cadce0361;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git sh: Wire up the uncached fixmap on sh64 as well. Now that sh64 also can use the uncached section, wire up the fixmap for it as well. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c index d1be04204219..fe532aeaa16d 100644 --- a/arch/sh/mm/init.c +++ b/arch/sh/mm/init.c @@ -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;