summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-23 16:27:15 +0000
committerdg <dg@FreeBSD.org>1994-08-23 16:27:15 +0000
commit96a3ea238134f915805078e73fcf014a85d13a49 (patch)
tree29fe7ffe318f70f182717192caf070464080893e /sys
parent351b3a5a9acdd9c18ca8248a5a71f8f6007ae2b1 (diff)
downloadFreeBSD-src-96a3ea238134f915805078e73fcf014a85d13a49.zip
FreeBSD-src-96a3ea238134f915805078e73fcf014a85d13a49.tar.gz
Corrected some comments regarding ptes/pdes.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/pmap.h6
-rw-r--r--sys/i386/include/pmap.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index 1e4cf2b..d90a4ba 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
- * $Id: pmap.h,v 1.14 1994/05/25 08:56:24 rgrimes Exp $
+ * $Id: pmap.h,v 1.15 1994/08/18 22:34:47 wollman Exp $
*/
#ifndef _PMAP_MACHINE_
@@ -62,10 +62,10 @@ typedef unsigned int *pt_entry_t;
* given to the user (NUPDE)
*/
#ifndef NKPT
-#define NKPT 24 /* actual number of kernel pte's */
+#define NKPT 24 /* actual number of kernel page tables */
#endif
#ifndef NKPDE
-#define NKPDE 63 /* addressable number of kpte's */
+#define NKPDE 63 /* addressable number of page tables/pde's */
#endif
#define NUPDE (NPTEPG-NKPDE) /* number of user pde's */
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index 1e4cf2b..d90a4ba 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
- * $Id: pmap.h,v 1.14 1994/05/25 08:56:24 rgrimes Exp $
+ * $Id: pmap.h,v 1.15 1994/08/18 22:34:47 wollman Exp $
*/
#ifndef _PMAP_MACHINE_
@@ -62,10 +62,10 @@ typedef unsigned int *pt_entry_t;
* given to the user (NUPDE)
*/
#ifndef NKPT
-#define NKPT 24 /* actual number of kernel pte's */
+#define NKPT 24 /* actual number of kernel page tables */
#endif
#ifndef NKPDE
-#define NKPDE 63 /* addressable number of kpte's */
+#define NKPDE 63 /* addressable number of page tables/pde's */
#endif
#define NUPDE (NPTEPG-NKPDE) /* number of user pde's */
OpenPOWER on IntegriCloud