svn commit: r345674 - head/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Tue Sep 3 14:06:03 UTC 2019


Author: jhibbits
Date: Fri Mar 29 02:11:48 2019
New Revision: 345674
URL: https://svnweb.freebsd.org/changeset/base/345674

Log:
  powerpc: Remove now-obsolete P9H MMU name

Modified:
  head/sys/powerpc/include/mmuvar.h

Modified: head/sys/powerpc/include/mmuvar.h
==============================================================================
--- head/sys/powerpc/include/mmuvar.h	Fri Mar 29 01:51:41 2019	(r345673)
+++ head/sys/powerpc/include/mmuvar.h	Fri Mar 29 02:11:48 2019	(r345674)
@@ -116,7 +116,6 @@ DATA_SET(mmu_set, name)
 #define MMU_TYPE_BOOKE	"mmu_booke"	/* Book-E MMU specification */
 #define MMU_TYPE_OEA	"mmu_oea"	/* 32-bit OEA */
 #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 */
 
 #endif /* _MACHINE_MMUVAR_H_ */




More information about the svn-src-all mailing list