Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/arm/include/arm32 Pull up revision 1.10 (reque...
details: https://anonhg.NetBSD.org/src/rev/dd7c49903c9f
branches: netbsd-1-6
changeset: 529665:dd7c49903c9f
user: he <he%NetBSD.org@localhost>
date: Sat Dec 07 20:42:10 2002 +0000
description:
Pull up revision 1.10 (requested by thorpej in ticket #714):
Add code, conditional on PMAP_ALIAS_DEBUG, which can be
used to hunt for virtual aliases between managed (pmap_enter)
and unmanaged (pmap_kenter_pa) mappings.
diffstat:
sys/arch/arm/include/arm32/vmparam.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 788033ac3883 -r dd7c49903c9f sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h Sat Dec 07 20:11:25 2002 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h Sat Dec 07 20:42:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.9 2002/03/23 19:38:30 thorpej Exp $ */
+/* $NetBSD: vmparam.h,v 1.9.4.1 2002/12/07 20:42:10 he Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -111,6 +111,12 @@
struct pv_entry *pvh_list; /* pv_entry list */
struct simplelock pvh_slock; /* lock on this head */
int pvh_attrs; /* page attributes */
+#ifdef PMAP_ALIAS_DEBUG
+ u_int ro_mappings;
+ u_int rw_mappings;
+ u_int kro_mappings;
+ u_int krw_mappings;
+#endif /* PMAP_ALIAS_DEBUG */
};
#define VM_MDPAGE_INIT(pg) \
Home |
Main Index |
Thread Index |
Old Index