]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/mm/tlb-nommu.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[linux-2.6-omap-h63xx.git] / arch / sh / mm / tlb-nommu.c
index 1ccca7c0532e54a5da01227a45b4a5234c913f11..15111bc7ddd62719d6fd9fe25e9bd6dcacaa659e 100644 (file)
@@ -9,6 +9,7 @@
  */
 #include <linux/kernel.h>
 #include <linux/mm.h>
+#include <asm/pgtable.h>
 
 /*
  * Nothing too terribly exciting here ..
@@ -49,3 +50,12 @@ void update_mmu_cache(struct vm_area_struct * vma,
 {
        BUG();
 }
+
+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)
+{
+}