diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-08-23 08:13:26 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-08-23 08:13:26 +0000 |
commit | 5e018d13123ba2850afd208f355a0577361e19d2 (patch) | |
tree | 88d1b9ad76f66ffad16bab3cc37857968ca274ac /sys/uvm/uvm_map.h | |
parent | 238f8e71e72bda976d468ba8817e92e5248e25d3 (diff) |
sync with NetBSD from 1999.05.24 (there is a reason for this date)
Mostly cleanups, but also a few improvements to pagedaemon for better
handling of low memory and/or low swap conditions.
Diffstat (limited to 'sys/uvm/uvm_map.h')
-rw-r--r-- | sys/uvm/uvm_map.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sys/uvm/uvm_map.h b/sys/uvm/uvm_map.h index bdd029f7aee..c4ee5711acb 100644 --- a/sys/uvm/uvm_map.h +++ b/sys/uvm/uvm_map.h @@ -1,10 +1,5 @@ -/* $OpenBSD: uvm_map.h,v 1.2 1999/02/26 05:32:07 art Exp $ */ -/* $NetBSD: uvm_map.h,v 1.10 1998/10/11 23:14:48 chuck Exp $ */ +/* $NetBSD: uvm_map.h,v 1.11 1999/03/25 18:48:52 mrg Exp $ */ -/* - * XXXCDC: "ROUGH DRAFT" QUALITY UVM PRE-RELEASE FILE! - * >>>USE AT YOUR OWN RISK, WORK IS NOT FINISHED<<< - */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. * Copyright (c) 1991, 1993, The Regents of the University of California. @@ -122,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 */ |