aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/tlb.h
blob: 8c0446b04c9e17f593cac1d4fa3671658766038d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PARISC_TLB_H
#define _PARISC_TLB_H

#include <asm-generic/tlb.h>

#define __pmd_free_tlb(tlb, pmd, addr)	pmd_free((tlb)->mm, pmd)
#define __pte_free_tlb(tlb, pte, addr)	pte_free((tlb)->mm, pte)

#endif