Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include update some comments.
details: https://anonhg.NetBSD.org/src/rev/7c2ca99fcdea
branches: trunk
changeset: 513756:7c2ca99fcdea
user: chs <chs%NetBSD.org@localhost>
date: Sun Aug 12 00:20:32 2001 +0000
description:
update some comments.
diffstat:
sys/arch/i386/include/pmap.h | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diffs (35 lines):
diff -r 04aef0e4e57a -r 7c2ca99fcdea sys/arch/i386/include/pmap.h
--- a/sys/arch/i386/include/pmap.h Sat Aug 11 20:42:45 2001 +0000
+++ b/sys/arch/i386/include/pmap.h Sun Aug 12 00:20:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.58 2001/05/30 12:28:44 mrg Exp $ */
+/* $NetBSD: pmap.h,v 1.59 2001/08/12 00:20:32 chs Exp $ */
/*
*
@@ -134,9 +134,9 @@
* note that mapping of the PDP at PTP#959's VA (0xeffbf000) is
* defined as "PDP_BASE".... within that mapping there are two
* defines:
- * "PDP_PDE" (0xeffbfefc) is the VA of the PDE in the PDP
+ * "PDP_PDE" (0xbfeffbfc) is the VA of the PDE in the PDP
* which points back to itself.
- * "APDP_PDE" (0xeffbfffc) is the VA of the PDE in the PDP which
+ * "APDP_PDE" (0xbfeffffc) is the VA of the PDE in the PDP which
* establishes the recursive mapping of the alternate pmap.
* to set the alternate PDP, one just has to put the correct
* PA info in *APDP_PDE.
@@ -169,13 +169,6 @@
#define APDP_PDE (PDP_BASE + PDSLOT_APTE)
/*
- * XXXCDC: tmp xlate from old names:
- * PTDPTDI -> PDSLOT_PTE
- * KPTDI -> PDSLOT_KERN
- * APTDPTDI -> PDSLOT_APTE
- */
-
-/*
* the follow 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
Home |
Main Index |
Thread Index |
Old Index