Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc64/include Pullup 1.12 [eeh]:
details: https://anonhg.NetBSD.org/src/rev/68907c86651c
branches: netbsd-1-5
changeset: 489777:68907c86651c
user: tv <tv%NetBSD.org@localhost>
date: Tue Oct 17 02:07:11 2000 +0000
description:
Pullup 1.12 [eeh]:
Add locking to pmap operations and support multiple physical memory segments.
diffstat:
sys/arch/sparc64/include/pmap.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 78865b401af1 -r 68907c86651c sys/arch/sparc64/include/pmap.h
--- a/sys/arch/sparc64/include/pmap.h Tue Oct 17 02:06:49 2000 +0000
+++ b/sys/arch/sparc64/include/pmap.h Tue Oct 17 02:07:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.11 1999/12/30 16:21:25 eeh Exp $ */
+/* $NetBSD: pmap.h,v 1.11.4.1 2000/10/17 02:07:11 tv Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -118,7 +118,8 @@
* !!! Only touch this through pseg_get() and pseg_set() !!!
*/
paddr_t pm_physaddr; /* physical address of pm_segs */
- int64_t *pm_segs;
+ int64_t *pm_segs;
+ struct simplelock pm_lock;
};
/*
Home |
Main Index |
Thread Index |
Old Index