summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-07-12 21:18:12 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-07-12 21:18:12 +0000
commite7d7d8fedf98634d46ea6d1fe5b54e0d1f80a530 (patch)
treea07b9f7e95a59e2bfeccad437fa9e7b101c8d7d2 /sys/arch
parent4b64e8cbca9afc088c844b7c601d92587492fad2 (diff)
fix comment, describe the VA hole correclty
ok art@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/include/pmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h
index 28ec7b51183..e7d9b7a74f1 100644
--- a/sys/arch/amd64/include/pmap.h
+++ b/sys/arch/amd64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.7 2005/06/01 14:36:36 brad Exp $ */
+/* $OpenBSD: pmap.h,v 1.8 2005/07/12 21:18:11 hshoexer Exp $ */
/* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */
/*
@@ -111,7 +111,7 @@
* | Kernel Space |
* | |
* | |
- * +---------------------------------+ 0xffff800000000000 = 0x0000008000000000
+ * +---------------------------------+ 0xffff800000000000 = 0x0000800000000000
* | |
* | alt.L1 table (PTE pages) |
* | |
@@ -123,7 +123,7 @@
* | |
* +---------------------------------+ 0x0000000000000000
*
- * In other words, there is a 'VA hole' at 0x0000008000000000 -
+ * In other words, there is a 'VA hole' at 0x0000800000000000 -
* 0xffff800000000000 which will trap, just as on, for example,
* sparcv9.
*