blob: 8c0446b04c9e17f593cac1d4fa3671658766038d [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _PARISC_TLB_H
3#define _PARISC_TLB_H
4
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005#include <asm-generic/tlb.h>
6
7#define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
8#define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
9
10#endif