CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/01 07:13:10
Modified files:
sys/conf : files
sys/uvm : uvm_object.c
Log message:
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@
