X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Ftlb.h;h=beaca6d11a90b9cf06700f24c145610e76539e08;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=54d3355a94fc0d8ea09367fdaab8cf8a26f95f9e;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-ia64/tlb.h b/include/asm-ia64/tlb.h index 54d3355a9..beaca6d11 100644 --- a/include/asm-ia64/tlb.h +++ b/include/asm-ia64/tlb.h @@ -238,4 +238,10 @@ do { \ __pmd_free_tlb(tlb, ptep); \ } while (0) +#define pud_free_tlb(tlb, pudp) \ +do { \ + tlb->need_flush = 1; \ + __pud_free_tlb(tlb, pudp); \ +} while (0) + #endif /* _ASM_IA64_TLB_H */