projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0176bd3
)
sh: Fix up nommu build for out-of-line pgtable changes.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Jan 2010 05:45:14 +0000
(14:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Jan 2010 05:45:14 +0000
(14:45 +0900)
pgtable_cache_init() has been moved out-of-line, so we also need a dummy
definition for it on nommu to fix up the build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/nommu.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/nommu.c
b/arch/sh/mm/nommu.c
index ac16c05917eff3c09b1788203fa1fb687001146f..7694f50c90347d619ac1c5a77be8e5d636f2f5fb 100644
(file)
--- a/
arch/sh/mm/nommu.c
+++ b/
arch/sh/mm/nommu.c
@@
-94,3
+94,7
@@
void __init page_table_range_init(unsigned long start, unsigned long end,
void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
{
}
+
+void pgtable_cache_init(void)
+{
+}