svn commit: r209353 - projects/ppc64/sys/powerpc/include

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Jun 19 20:11:07 UTC 2010


Author: nwhitehorn
Date: Sat Jun 19 20:11:06 2010
New Revision: 209353
URL: http://svn.freebsd.org/changeset/base/209353

Log:
  Missed a file.

Modified:
  projects/ppc64/sys/powerpc/include/pte.h

Modified: projects/ppc64/sys/powerpc/include/pte.h
==============================================================================
--- projects/ppc64/sys/powerpc/include/pte.h	Sat Jun 19 19:45:08 2010	(r209352)
+++ projects/ppc64/sys/powerpc/include/pte.h	Sat Jun 19 20:11:06 2010	(r209353)
@@ -95,6 +95,7 @@ struct lpteg {
 /* High quadword: */
 #define LPTE_VSID_SHIFT		12
 #define LPTE_API		0x0000000000000F80ULL
+#define LPTE_WIRED		0x0000000000000010ULL
 #define LPTE_LOCKED		0x0000000000000008ULL
 #define LPTE_BIG		0x0000000000000004ULL	/* 4kb/16Mb page */
 #define LPTE_HID		0x0000000000000002ULL


More information about the svn-src-projects mailing list