xref: /openbmc/linux/arch/powerpc/include/asm/nohash/mmu.h (revision 023e41632e065d49bcbe31b3c4b336217f96a271)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_POWERPC_NOHASH_MMU_H_
3 #define _ASM_POWERPC_NOHASH_MMU_H_
4 
5 #ifdef CONFIG_PPC64
6 #include <asm/nohash/64/mmu.h>
7 #else
8 #include <asm/nohash/32/mmu.h>
9 #endif
10 
11 #endif /* _ASM_POWERPC_NOHASH_MMU_H_ */
12