projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997d003
)
sh: Wire up the uncached fixmap on sh64 as well.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 19 Jun 2009 06:39:47 +0000
(15:39 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 23 Jun 2009 08:30:17 +0000
(17:30 +0900)
Now that sh64 also can use the uncached section, wire up the fixmap for
it as well.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/init.c
b/arch/sh/mm/init.c
index d1be04204219d7ed13f92a4ce46b002b8a5ac937..fe532aeaa16d9a9861eddd7665a2f9c49358337f 100644
(file)
--- 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;