From a37fba2a04d11cff6a78c774d50726e4e3e426cf Mon Sep 17 00:00:00 2001 From: yamt Date: Sun, 8 Aug 2004 09:40:48 +0000 Subject: [PATCH] correct VAs in a comment. --- sys/arch/amd64/include/pmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index dce411ceaf47..d24e88c6aae5 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.h,v 1.3 2004/06/15 11:27:38 fvdl Exp $ */ +/* $NetBSD: pmap.h,v 1.4 2004/08/08 09:40:48 yamt Exp $ */ /* * @@ -114,7 +114,7 @@ * | Kernel Space | * | | * | | - * +---------------------------------+ 0xffff800000000000 = 0x0000008000000000 + * +---------------------------------+ 0xffff800000000000 = 0x0000800000000000 * | | * | alt.L1 table (PTE pages) | * | | @@ -126,7 +126,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. *