Sign in
android-kvm
/
linux
/
5acc5d6e3c27f93759c1e173c538a3ad7a3988e5
/
.
/
arch
/
sparc
/
include
/
asm
/
tlb.h
blob: 7146a577257fdb710204ca9de0c0405190f82068 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
___ASM_SPARC_TLB_H
#define
___ASM_SPARC_TLB_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/tlb_64.h>
#else
#include
<asm/tlb_32.h>
#endif
#endif