This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-generic / tlb.h
index c293149..6d0a7e2 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <linux/config.h>
 #include <linux/swap.h>
-#include <linux/vs_memory.h>
 #include <asm/pgalloc.h>
 #include <asm/tlbflush.h>
+#include <linux/vs_memory.h>
 
 /*
  * For UP we don't need to worry about TLB flush
@@ -149,6 +149,4 @@ static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page)
                __pmd_free_tlb(tlb, pmdp);                      \
        } while (0)
 
-#define tlb_migrate_finish(mm) do {} while (0)
-
 #endif /* _ASM_GENERIC__TLB_H */