X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-generic%2Ftlb.h;h=6d0a7e287ff0ba4a23620707724f636d1d4955bd;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=c2931499b44cd0be264e01d2a37b7bf46b79c4fb;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/asm-generic/tlb.h b/include/asm-generic/tlb.h index c2931499b..6d0a7e287 100644 --- a/include/asm-generic/tlb.h +++ b/include/asm-generic/tlb.h @@ -15,9 +15,9 @@ #include #include -#include #include #include +#include /* * 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 */