xref: /linux/arch/powerpc/include/asm/nohash/mmu.h (revision 2decec48b0fd28ffdbf4cc684bd04e735f0839dd)
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