commit | 56d45b62ce622a003da972428fdbba2b42102efb | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Jan 06 14:45:14 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Jan 06 14:45:14 2010 +0900 |
tree | df4b010e0a24a87ed434375ff1419c768fda66ae | |
parent | 0176bd3dab4fe522bfb6ceab9e3c441fe0305738 [diff] |
sh: Fix up nommu build for out-of-line pgtable changes. 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>
diff --git a/arch/sh/mm/nommu.c b/arch/sh/mm/nommu.c index ac16c05..7694f50 100644 --- a/arch/sh/mm/nommu.c +++ b/arch/sh/mm/nommu.c
@@ -94,3 +94,7 @@ void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) { } + +void pgtable_cache_init(void) +{ +}