diff options
author | 2005-07-12 21:18:11 +0000 | |
---|---|---|
committer | 2005-07-12 21:18:11 +0000 | |
commit | ff894b952e7e04c8e8af7ead4d295b76f6f802cf (patch) | |
tree | c2a810afa0de67e7b7aeeb9c6f5b2ef691f51418 /sys | |
parent | call pmap_apte_flush() with the current pmap, not the one to be mapped. (diff) | |
download | wireguard-openbsd-ff894b952e7e04c8e8af7ead4d295b76f6f802cf.tar.xz wireguard-openbsd-ff894b952e7e04c8e8af7ead4d295b76f6f802cf.zip |
fix comment, describe the VA hole correclty
ok art@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/pmap.h | 6 |
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. * |