X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Ftlb.h;h=e055187f37165a0eefbe603d06732effe8cab4f3;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=a21e6a01e6d79b0c66eda02738947abcdc78ef4d;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index a21e6a01e..e055187f3 100644 --- a/include/asm-arm/tlb.h +++ b/include/asm-arm/tlb.h @@ -20,6 +20,7 @@ #include #include #include +#include /* * 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