162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _ASM_POWERPC_NOHASH_MMU_H_
362306a36Sopenharmony_ci#define _ASM_POWERPC_NOHASH_MMU_H_
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#if defined(CONFIG_40x)
662306a36Sopenharmony_ci/* 40x-style software loaded TLB */
762306a36Sopenharmony_ci#include <asm/nohash/32/mmu-40x.h>
862306a36Sopenharmony_ci#elif defined(CONFIG_44x)
962306a36Sopenharmony_ci/* 44x-style software loaded TLB */
1062306a36Sopenharmony_ci#include <asm/nohash/32/mmu-44x.h>
1162306a36Sopenharmony_ci#elif defined(CONFIG_PPC_E500)
1262306a36Sopenharmony_ci/* Freescale Book-E software loaded TLB or Book-3e (ISA 2.06+) MMU */
1362306a36Sopenharmony_ci#include <asm/nohash/mmu-e500.h>
1462306a36Sopenharmony_ci#elif defined (CONFIG_PPC_8xx)
1562306a36Sopenharmony_ci/* Motorola/Freescale 8xx software loaded TLB */
1662306a36Sopenharmony_ci#include <asm/nohash/32/mmu-8xx.h>
1762306a36Sopenharmony_ci#endif
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#endif /* _ASM_POWERPC_NOHASH_MMU_H_ */
20