Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Add missing dependency.



details:   https://anonhg.NetBSD.org/src/rev/7baecd246716
branches:  trunk
changeset: 932539:7baecd246716
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun May 10 22:28:09 2020 +0000

description:
Add missing dependency.

Fixes builds with VM_SWAP but no other users of rijndael crypto code.

diffstat:

 sys/uvm/files.uvm |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ed8f08527c2c -r 7baecd246716 sys/uvm/files.uvm
--- a/sys/uvm/files.uvm Sun May 10 21:42:05 2020 +0000
+++ b/sys/uvm/files.uvm Sun May 10 22:28:09 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.uvm,v 1.33 2020/01/15 17:55:45 ad Exp $
+#      $NetBSD: files.uvm,v 1.34 2020/05/10 22:28:09 pgoyette Exp $
 
 #
 # UVM options
@@ -8,7 +8,7 @@
 defparam opt_uvmhist.h         UVMHIST_MAPHIST_SIZE UVMHIST_PDHIST_SIZE
 defflag opt_uvm.h              USE_TOPDOWN_VM UVMMAP_COUNTERS
 defparam opt_uvm.h             UVM_RESERVED_PAGES_PER_CPU
-defflag opt_vmswap.h           VMSWAP
+defflag opt_vmswap.h           VMSWAP : rijndael
 defflag opt_readahead.h                READAHEAD_STATS
 defflag opt_ubc.h              UBC_STATS
 defparam opt_pagermap.h                PAGER_MAP_SIZE



Home | Main Index | Thread Index | Old Index