]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sh: Provide a stubbed __set_fixmap() for nommu.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 18 Dec 2007 00:43:35 +0000 (09:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:19:01 +0000 (13:19 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/tlb-nommu.c

index 8842620604c3530a5e7a8b0e15f872a74ff908b2..15111bc7ddd62719d6fd9fe25e9bd6dcacaa659e 100644 (file)
@@ -55,3 +55,7 @@ void __init page_table_range_init(unsigned long start, unsigned long end,
                                  pgd_t *pgd_base)
 {
 }
+
+void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
+{
+}