diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-11-25 19:07:53 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-11-25 19:07:53 +0000 |
commit | 7f665a6015e495abc0d3f4e6219f3c43082be53d (patch) | |
tree | 1158c57e7b22c5d094c741edacac59e7cb5dede8 /sys/conf | |
parent | 6141d1eabcacb8694889fd7779988c77e9237bf9 (diff) |
re-add uvm_objwire and uvm_objunwire. needed for intel GEM support.
It was backed out as part of the date-based revert after c2k9.
"you can commit that" kettenis@
original diff oked by ariane@, art@.
Diffstat (limited to 'sys/conf')
-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 b070e14812b..ec7b62068c5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.482 2009/11/14 16:55:11 damien Exp $ +# $OpenBSD: files,v 1.483 2009/11/25 19:07:52 oga Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -999,6 +999,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 |