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