Sign in
android-kvm
/
linux
/
a06bc2f241f2e6c0c27b48e4c383d6cddd4f6464
/
.
/
arch
/
powerpc
/
include
/
asm
/
nohash
/
mmu.h
blob: a037cb1efb57ee7f07fef81934ceee2b3178eefb [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_POWERPC_NOHASH_MMU_H_
#define
_ASM_POWERPC_NOHASH_MMU_H_
#ifdef
CONFIG_PPC64
#include
<asm/nohash/64/mmu.h>
#else
#include
<asm/nohash/32/mmu.h>
#endif
#endif
/* _ASM_POWERPC_NOHASH_MMU_H_ */