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_fault.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_fault.h')
-rw-r--r-- | sys/uvm/uvm_fault.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/uvm/uvm_fault.h b/sys/uvm/uvm_fault.h index 815ca70ee34..fd8958f96e5 100644 --- a/sys/uvm/uvm_fault.h +++ b/sys/uvm/uvm_fault.h @@ -1,11 +1,6 @@ -/* $OpenBSD: uvm_fault.h,v 1.2 1999/02/26 05:32:06 art Exp $ */ /* $NetBSD: uvm_fault.h,v 1.7 1998/10/11 23:07:42 chuck 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. * All rights reserved. |