1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

powerpc: Remove now-obsolete P9H MMU name

This commit is contained in:
Justin Hibbits 2019-03-29 02:11:48 +00:00
parent 09c78d53bf
commit 4b4b6f0191
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345674

View File

@ -116,7 +116,6 @@ DATA_SET(mmu_set, name)
#define MMU_TYPE_BOOKE "mmu_booke" /* Book-E MMU specification */ #define MMU_TYPE_BOOKE "mmu_booke" /* Book-E MMU specification */
#define MMU_TYPE_OEA "mmu_oea" /* 32-bit OEA */ #define MMU_TYPE_OEA "mmu_oea" /* 32-bit OEA */
#define MMU_TYPE_G5 "mmu_g5" /* 64-bit bridge (ibm 970) */ #define MMU_TYPE_G5 "mmu_g5" /* 64-bit bridge (ibm 970) */
#define MMU_TYPE_P9H "mmu_p9h" /* 64-bit native ISA 3.0 (POWER9) hash */
#define MMU_TYPE_8xx "mmu_8xx" /* 8xx quicc TLB */ #define MMU_TYPE_8xx "mmu_8xx" /* 8xx quicc TLB */
#endif /* _MACHINE_MMUVAR_H_ */ #endif /* _MACHINE_MMUVAR_H_ */