]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/cris/include/asm/tlb.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-focal-kernel.git] / arch / cris / include / asm / tlb.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _CRIS_TLB_H
3#define _CRIS_TLB_H
4
ebd33e11
JN
5#include <linux/pagemap.h>
6
556dcee7 7#include <arch/tlb.h>
1da177e4
LT
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