Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/uvm pullup 1.11->1.12 (thorpej): fix the 1G RAM bug



details:   https://anonhg.NetBSD.org/src/rev/b26542320db8
branches:  netbsd-1-4
changeset: 468716:b26542320db8
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jun 18 17:03:15 1999 +0000

description:
pullup 1.11->1.12 (thorpej): fix the 1G RAM bug

diffstat:

 sys/uvm/uvm_map.h |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 0f130960b1c4 -r b26542320db8 sys/uvm/uvm_map.h
--- a/sys/uvm/uvm_map.h Fri Jun 18 17:01:53 1999 +0000
+++ b/sys/uvm/uvm_map.h Fri Jun 18 17:03:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map.h,v 1.11 1999/03/25 18:48:52 mrg Exp $ */
+/*     $NetBSD: uvm_map.h,v 1.11.2.1 1999/06/18 17:03:15 perry Exp $   */
 
 /* 
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -117,6 +117,14 @@
 #endif /* UVM_MAP_INLINE */
 
 /*
+ * globals:
+ */
+
+#ifdef PMAP_GROWKERNEL
+extern vaddr_t uvm_maxkaddr;
+#endif
+
+/*
  * protos: the following prototypes define the interface to vm_map
  */
 



Home | Main Index | Thread Index | Old Index