repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[linux/fpc-iii.git]
/
arch
/
parisc
/
include
/
asm
/
tlb.h
blob
44235f367674d4399acdc36c70cc4d2efab897c5
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _PARISC_TLB_H
3
#define _PARISC_TLB_H
4
5
#include <asm-generic/tlb.h>
6
7
#if CONFIG_PGTABLE_LEVELS == 3
8
#define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
9
#endif
10
#define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
11
12
#endif