]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/mm/tlb-nommu.c
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
[linux-2.6-omap-h63xx.git] / arch / sh / mm / tlb-nommu.c
index 1ccca7c0532e54a5da01227a45b4a5234c913f11..71c742b5aee313b4badeaa62ac8610086fad2522 100644 (file)
@@ -9,6 +9,8 @@
  */
 #include <linux/kernel.h>
 #include <linux/mm.h>
+#include <asm/pgtable.h>
+#include <asm/tlbflush.h>
 
 /*
  * Nothing too terribly exciting here ..
@@ -49,3 +51,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)
+{
+}