aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-12-11 02:28:36 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-12-11 02:28:36 +0000
commit32b88083a9d745e2d1112aa2b0e223cbc7d9f176 (patch)
treeb842f9bda9fd40d165dd1ad8ff1d126024a6e708 /sys
parentd33095d2b2629ee4ae460738347ed45dc3f426f5 (diff)
downloadsrc-32b88083a9d745e2d1112aa2b0e223cbc7d9f176.tar.gz
src-32b88083a9d745e2d1112aa2b0e223cbc7d9f176.zip
Fix bogus comment.
Notes
Notes: svn path=/head/; revision=5035
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/machdep.c7
-rw-r--r--sys/i386/i386/machdep.c7
2 files changed, 8 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index ea3d9a678faf..2605f1b6f941 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
+ * $Id: machdep.c,v 1.95 1994/11/27 01:49:39 phk Exp $
*/
#include "npx.h"
@@ -1311,8 +1311,9 @@ init386(first)
pagesinext = 3840;
/*
- * Maxmem isn't the "maximum memory", it's the highest page of
- * of the physical address space. It should be "Maxphyspage".
+ * Maxmem isn't the "maximum memory", it's one larger than the
+ * highest page of of the physical address space. It should be
+ * called something like "Maxphyspage".
*/
Maxmem = pagesinext + 0x100000/PAGE_SIZE;
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index ea3d9a678faf..2605f1b6f941 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
+ * $Id: machdep.c,v 1.95 1994/11/27 01:49:39 phk Exp $
*/
#include "npx.h"
@@ -1311,8 +1311,9 @@ init386(first)
pagesinext = 3840;
/*
- * Maxmem isn't the "maximum memory", it's the highest page of
- * of the physical address space. It should be "Maxphyspage".
+ * Maxmem isn't the "maximum memory", it's one larger than the
+ * highest page of of the physical address space. It should be
+ * called something like "Maxphyspage".
*/
Maxmem = pagesinext + 0x100000/PAGE_SIZE;