kernel/arch/alpha/include/asm/tlb.h
.. .. @@ -2,12 +2,6 @@ 2 2 #ifndef _ALPHA_TLB_H 3 3 #define _ALPHA_TLB_H 4 4 5 -#define tlb_start_vma(tlb, vma) do { } while (0)6 -#define tlb_end_vma(tlb, vma) do { } while (0)7 -#define __tlb_remove_tlb_entry(tlb, pte, addr) do { } while (0)8 -9 -#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)10 -11 5 #include <asm-generic/tlb.h> 12 6 13 7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)