diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-08-22 07:16:11 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-08-22 07:16:11 +0000 |
commit | 004764b50a64ea4d71b0a4ba276d24325bca5f7d (patch) | |
tree | 262c82a664f2695dc2b1ffe3618367a320f44d30 /sys/arch/i386/include | |
parent | fa16235303d98d6ff54fd71ac3006781ac825ce9 (diff) |
delete some wrong comments
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/pmap.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index e5cc987a44b..24b1da6109a 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.77 2015/08/20 03:43:29 mlarkin Exp $ */ +/* $OpenBSD: pmap.h,v 1.78 2015/08/22 07:16:10 mlarkin Exp $ */ /* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */ /* @@ -41,14 +41,6 @@ #include <uvm/uvm_object.h> #include <machine/pte.h> -/* - * The following defines give the virtual addresses of various MMU - * data structures: - * PTE_BASE and APTE_BASE: the base VA of the linear PTE mappings - * PTD_BASE and APTD_BASE: the base VA of the recursive mapping of the PTD - * PDP_PDE and APDP_PDE: the VA of the PDE that points back to the PDP/APDP - */ - #define PDSLOT_PTE ((KERNBASE/NBPD)-2) /* 830: for recursive PDP map */ #define PDSLOT_KERN (KERNBASE/NBPD) /* 832: start of kernel space */ #define PDSLOT_APTE ((unsigned)1022) /* 1022: alternative recursive slot */ |