Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include Update the comment for PG_PS when used...



details:   https://anonhg.NetBSD.org/src/rev/a766d0212b97
branches:  trunk
changeset: 757908:a766d0212b97
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Oct 02 22:53:49 2010 +0000

description:
Update the comment for PG_PS when used with PAE.

diffstat:

 sys/arch/i386/include/pte.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fee6fe6cb432 -r a766d0212b97 sys/arch/i386/include/pte.h
--- a/sys/arch/i386/include/pte.h       Sat Oct 02 22:51:49 2010 +0000
+++ b/sys/arch/i386/include/pte.h       Sat Oct 02 22:53:49 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index