GNU Linux-libre 4.14.290-gnu1
[releases.git] / arch / cris / include / asm / tlb.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _CRIS_TLB_H
3 #define _CRIS_TLB_H
4
5 #include <linux/pagemap.h>
6
7 #include <arch/tlb.h>
8
9 /*
10  * cris doesn't need any special per-pte or
11  * per-vma handling..
12  */
13 #define tlb_start_vma(tlb, vma) do { } while (0)
14 #define tlb_end_vma(tlb, vma) do { } while (0)
15 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
16
17 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
18 #include <asm-generic/tlb.h>
19
20 #endif