diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-05-01 13:13:11 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-05-01 13:13:11 +0000 |
commit | 33561422fb73d3271a4a72295623b2689cd818f2 (patch) | |
tree | a4d2fecebf206991361e740aa4c21a386e1a2e1f /sys/conf | |
parent | 010ca6958be666dd12b9b1d63ea129087bf1f892 (diff) |
Unbreak ramdisks.
I forgot that uvm_object.c wasn't build if SMALL_KERNEL. Fix this by building
the file unconditionally and only building the less used functions when
SMALL_KERNEL is not defined.
unbreaks ramdisk build. ok jsg@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 9c06c5eabb2..02f86c125ed 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.487 2010/04/22 19:02:52 oga Exp $ +# $OpenBSD: files,v 1.488 2010/05/01 13:13:08 oga Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -1004,7 +1004,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_object.c file uvm/uvm_page.c file uvm/uvm_pager.c file uvm/uvm_pdaemon.c |