diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-06-06 03:45:09 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-06-06 03:45:09 +0000 |
commit | 8a632b9d444db08a77ce33807769c1e60d2b4b3b (patch) | |
tree | 255bc000918efa2eda09f43d299ab65117efdf02 /sys/conf/files | |
parent | d0b26000d4b4776975cf8b4e866a9ff80722919c (diff) |
Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy
shitz.
Code mostly from netbsd with some tweaks from me. The loaning case is
specifcically if 0ed out right now because we do not do loaning.
ok ariane@, art@.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index d423007124e..88b454b0d61 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.462 2009/06/06 03:20:58 deraadt Exp $ +# $OpenBSD: files,v 1.463 2009/06/06 03:45:08 oga Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -968,6 +968,7 @@ file uvm/uvm_km.c file uvm/uvm_map.c file uvm/uvm_meter.c file uvm/uvm_mmap.c +file uvm/uvm_object.c !small_kernel file uvm/uvm_page.c file uvm/uvm_pager.c file uvm/uvm_pdaemon.c |