sh: Fix up nommu build for out-of-line pgtable changes.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 6 Jan 2010 05:45:14 +0000 (14:45 +0900)
committerPaul 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

index ac16c05917eff3c09b1788203fa1fb687001146f..7694f50c90347d619ac1c5a77be8e5d636f2f5fb 100644 (file)
@@ -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)
+{
+}
This page took 0.024259 seconds and 5 git commands to generate.