Skip to content

Commit

Permalink
sh: Wire up the uncached fixmap on sh64 as well.
Browse files Browse the repository at this point in the history
Now that sh64 also can use the uncached section, wire up the fixmap for
it as well.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Jun 23, 2009
1 parent 997d003 commit b29fa1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/sh/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b29fa1f

Please sign in to comment.