diff options
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 |