diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-08-22 07:19:04 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-08-22 07:19:04 +0000 |
commit | f4cfa04f4f37eef153adfcf6b07ff3419a8837b7 (patch) | |
tree | 73007b4a591f76ba8c781d0f8b07666a53b0a911 /sys | |
parent | 004764b50a64ea4d71b0a4ba276d24325bca5f7d (diff) |
delete a wrong comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/pmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index 15e41cc1284..bbf24bf1f22 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.58 2015/08/20 03:43:29 mlarkin Exp $ */ +/* $OpenBSD: pmap.h,v 1.59 2015/08/22 07:19:03 mlarkin Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -152,7 +152,6 @@ * the following defines give the virtual addresses of various MMU * data structures: * PTE_BASE: the base VA of the linear PTE mappings - * PTD_BASE: the base VA of the recursive mapping of the PTD * PDP_PDE: the VA of the PDE that points back to the PDP * */ |