![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _ASM_POWERPC_NOHASH_MMU_H_ 0003 #define _ASM_POWERPC_NOHASH_MMU_H_ 0004 0005 #if defined(CONFIG_40x) 0006 /* 40x-style software loaded TLB */ 0007 #include <asm/nohash/32/mmu-40x.h> 0008 #elif defined(CONFIG_44x) 0009 /* 44x-style software loaded TLB */ 0010 #include <asm/nohash/32/mmu-44x.h> 0011 #elif defined(CONFIG_PPC_BOOK3E_MMU) 0012 /* Freescale Book-E software loaded TLB or Book-3e (ISA 2.06+) MMU */ 0013 #include <asm/nohash/mmu-book3e.h> 0014 #elif defined (CONFIG_PPC_8xx) 0015 /* Motorola/Freescale 8xx software loaded TLB */ 0016 #include <asm/nohash/32/mmu-8xx.h> 0017 #endif 0018 0019 #endif /* _ASM_POWERPC_NOHASH_MMU_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |