svn commit: r325112 - head/sys/powerpc/include
Justin Hibbits
jhibbits at FreeBSD.org
Mon Oct 30 01:55:40 UTC 2017
Author: jhibbits
Date: Mon Oct 30 01:55:38 2017
New Revision: 325112
URL: https://svnweb.freebsd.org/changeset/base/325112
Log:
Add P5010/P5010E for completeness
Modified:
head/sys/powerpc/include/spr.h
Modified: head/sys/powerpc/include/spr.h
==============================================================================
--- head/sys/powerpc/include/spr.h Mon Oct 30 00:36:08 2017 (r325111)
+++ head/sys/powerpc/include/spr.h Mon Oct 30 01:55:38 2017 (r325112)
@@ -736,6 +736,8 @@
#define SVR_P4040E 0x8208
#define SVR_P4080 0x8201
#define SVR_P4080E 0x8209
+#define SVR_P5010 0x8221
+#define SVR_P5010E 0x8229
#define SVR_P5020 0x8220
#define SVR_P5020E 0x8228
#define SVR_P5021 0x8205
More information about the svn-src-all
mailing list