Blame view

arch/x86/include/asm/tlb.h 317 Bytes
1965aae3c   H. Peter Anvin   x86: Fix ASM_X86_...
1
2
  #ifndef _ASM_X86_TLB_H
  #define _ASM_X86_TLB_H
01749f6d6   Thomas Gleixner   x86: unify includ...
3
4
5
6
7
8
9
  
  #define tlb_start_vma(tlb, vma) do { } while (0)
  #define tlb_end_vma(tlb, vma) do { } while (0)
  #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
  #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
  
  #include <asm-generic/tlb.h>
1965aae3c   H. Peter Anvin   x86: Fix ASM_X86_...
10
  #endif /* _ASM_X86_TLB_H */