18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_NOHASH_MMU_H_
38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_NOHASH_MMU_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#if defined(CONFIG_40x)
68c2ecf20Sopenharmony_ci/* 40x-style software loaded TLB */
78c2ecf20Sopenharmony_ci#include <asm/nohash/32/mmu-40x.h>
88c2ecf20Sopenharmony_ci#elif defined(CONFIG_44x)
98c2ecf20Sopenharmony_ci/* 44x-style software loaded TLB */
108c2ecf20Sopenharmony_ci#include <asm/nohash/32/mmu-44x.h>
118c2ecf20Sopenharmony_ci#elif defined(CONFIG_PPC_BOOK3E_MMU)
128c2ecf20Sopenharmony_ci/* Freescale Book-E software loaded TLB or Book-3e (ISA 2.06+) MMU */
138c2ecf20Sopenharmony_ci#include <asm/nohash/mmu-book3e.h>
148c2ecf20Sopenharmony_ci#elif defined (CONFIG_PPC_8xx)
158c2ecf20Sopenharmony_ci/* Motorola/Freescale 8xx software loaded TLB */
168c2ecf20Sopenharmony_ci#include <asm/nohash/32/mmu-8xx.h>
178c2ecf20Sopenharmony_ci#endif
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_NOHASH_MMU_H_ */
20