diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-23 16:51:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-23 16:51:29 +0000 |
commit | c2ed044382261c5793f8cfe05bfec6ce8c1c9b0e (patch) | |
tree | 9c3435d4230e0155bf936dc9d75abf21483450f7 /sys/arch/i386/include/pmap.h | |
parent | 958d671d569f337064147fa8a98d44fef3a91e24 (diff) |
finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thus reducing confusion; remove compatibility defines and comments
Diffstat (limited to 'sys/arch/i386/include/pmap.h')
-rw-r--r-- | sys/arch/i386/include/pmap.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index a8f6e01a08d..e0314a635d8 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.39 2005/11/22 12:52:12 mickey Exp $ */ +/* $OpenBSD: pmap.h,v 1.40 2005/11/23 16:51:28 mickey Exp $ */ /* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */ /* @@ -166,13 +166,6 @@ #define APDP_PDE (PDP_BASE + PDSLOT_APTE) /* - * XXXCDC: tmp xlate from old names: - * PTDPTDI -> PDSLOT_PTE - * KPTDI -> PDSLOT_KERN - * APTDPTDI -> PDSLOT_APTE - */ - -/* * The following define determines how many PTPs should be set up for the * kernel by locore.s at boot time. This should be large enough to * get the VM system running. Once the VM system is running, the |