• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef __ASM_SH_TLB_H
13 #define __ASM_SH_TLB_H
14 
15 #ifndef __ASSEMBLY__
16 
17 #define tlb_start_vma(tlb, vma)   flush_cache_range(vma, vma->vm_start, vma->vm_end)
18 
19 #define tlb_end_vma(tlb, vma)   flush_tlb_range(vma, vma->vm_start, vma->vm_end)
20 
21 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
22 
23 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
24 
25 #include <linux/pagemap.h>
26 #include <asm-generic/tlb.h>
27 
28 #endif
29 #endif
30