vserver 1.9.5.x5
[linux-2.6.git] / include / asm-arm / tlb.h
index a21e6a0..e055187 100644 (file)
@@ -20,6 +20,7 @@
 #include <asm/cacheflush.h>
 #include <asm/tlbflush.h>
 #include <asm/pgalloc.h>
+#include <linux/vs_memory.h>
 
 /*
  * TLB handling.  This allows us to remove pages from the page
@@ -92,4 +93,6 @@ tlb_is_full_mm(struct mmu_gather *tlb)
 #define pte_free_tlb(tlb,ptep)         pte_free(ptep)
 #define pmd_free_tlb(tlb,pmdp)         pmd_free(pmdp)
 
+#define tlb_migrate_finish(mm)         do { } while (0)
+
 #endif