Browse Source

sh: Provide a stubbed __set_fixmap() for nommu.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 years ago
parent
commit
52e8b118ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/sh/mm/tlb-nommu.c

+ 4 - 0
arch/sh/mm/tlb-nommu.c

@@ -55,3 +55,7 @@ void __init page_table_range_init(unsigned long start, unsigned long end,
 				  pgd_t *pgd_base)
 				  pgd_t *pgd_base)
 {
 {
 }
 }
+
+void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
+{
+}