Source-Changes-HG archive

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

[src/trunk]: src/sys fix the ordering and make UVMHIST enable KERNHIST automa...



details:   https://anonhg.NetBSD.org/src/rev/fb2002275dcc
branches:  trunk
changeset: 765043:fb2002275dcc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue May 17 05:32:31 2011 +0000

description:
fix the ordering and make UVMHIST enable KERNHIST automatically.

diffstat:

 sys/conf/files    |  15 +++++++--------
 sys/uvm/files.uvm |   4 ++--
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 9d6f0bed1956 -r fb2002275dcc sys/conf/files
--- a/sys/conf/files    Tue May 17 04:39:57 2011 +0000
+++ b/sys/conf/files    Tue May 17 05:32:31 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1012 2011/05/17 04:18:06 mrg Exp $
+#      $NetBSD: files,v 1.1013 2011/05/17 05:32:31 mrg Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20100430
@@ -1379,18 +1379,17 @@
 include "ufs/files.ufs"
 
 #
+# Kernel history/tracing. Old UVMHIST depends upon this.
+#
+defflag opt_kernhist.h                 KERNHIST KERNHIST_PRINT
+file   kern/kern_history.c             kernhist
+
+#
 # UVM (virtual memory)
 #
 include "uvm/files.uvm"
 
 #
-# Kernel history/tracing. Old UVMHIST depends upon this.
-# XXXMRG can't make UVMHIST depend properly on KERNHIST?
-#
-defflag opt_kernhist.h                 KERNHIST KERNHIST_PRINT
-file   kern/kern_history.c             kernhist
-
-#
 # Security models
 #
 include "secmodel/files.secmodel"
diff -r 9d6f0bed1956 -r fb2002275dcc sys/uvm/files.uvm
--- a/sys/uvm/files.uvm Tue May 17 04:39:57 2011 +0000
+++ b/sys/uvm/files.uvm Tue May 17 05:32:31 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: files.uvm,v 1.19 2010/12/09 01:48:05 uebayasi Exp $
+#      $NetBSD: files.uvm,v 1.20 2011/05/17 05:32:31 mrg Exp $
 
 #
 # UVM options
 # 
-defflag opt_uvmhist.h          UVMHIST UVMHIST_PRINT
+defflag opt_uvmhist.h          UVMHIST UVMHIST_PRINT: KERNHIST
 defflag opt_uvm.h              USE_TOPDOWN_VM UVMMAP_COUNTERS
 defflag opt_vmswap.h           VMSWAP
 defflag opt_readahead.h                READAHEAD_STATS



Home | Main Index | Thread Index | Old Index