Sign in
android-kvm
/
linux
/
71a16df164b23210d4dcaf35c70825f47d7c5599
/
.
/
arch
/
nds32
/
include
/
asm
/
tlb.h
blob: 672603804a3b8194071c15ee04e716312b7d9983 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
// Copyright (C) 2005-2017 Andes Technology Corporation
#ifndef
__ASMNDS32_TLB_H
#define
__ASMNDS32_TLB_H
#include
<asm-generic/tlb.h>
#define
__pte_free_tlb
(
tlb
,
pte
,
addr
)
pte_free
((
tlb
)->
mm
,
pte
)
#endif