Skip to content
Snippets Groups Projects
Commit b29fa1fb authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 997d0030
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment