Module Name:    src
Committed By:   jym
Date:           Sat Oct  2 22:53:50 UTC 2010

Modified Files:
        src/sys/arch/i386/include: pte.h

Log Message:
Update the comment for PG_PS when used with PAE.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/i386/include/pte.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/include/pte.h
diff -u src/sys/arch/i386/include/pte.h:1.25 src/sys/arch/i386/include/pte.h:1.26
--- src/sys/arch/i386/include/pte.h:1.25	Tue Sep 14 21:34:02 2010
+++ src/sys/arch/i386/include/pte.h	Sat Oct  2 22:53:49 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pte.h,v 1.25 2010/09/14 21:34:02 jym Exp $	*/
+/*	$NetBSD: pte.h,v 1.26 2010/10/02 22:53:49 jym Exp $	*/
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -252,7 +252,7 @@
 #define	PG_U		0x00000020	/* has been used */
 #define	PG_M		0x00000040	/* has been modified */
 #define PG_PAT		0x00000080	/* PAT (on pte) */
-#define PG_PS		0x00000080	/* 4MB page size */
+#define PG_PS		0x00000080	/* 4MB page size (2MB for PAE) */
 #define PG_G		0x00000100	/* global, don't TLB flush */
 #define PG_AVAIL1	0x00000200	/* ignored by hardware */
 #define PG_AVAIL2	0x00000400	/* ignored by hardware */

Reply via email to