Source-Changes-HG archive

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

[src/trunk]: src/sys/conf move KERNHIST stuff much earlier, so drivers can de...



details:   https://anonhg.NetBSD.org/src/rev/50221f5feb00
branches:  trunk
changeset: 765240:50221f5feb00
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon May 23 06:50:17 2011 +0000

description:
move KERNHIST stuff much earlier, so drivers can depend upon it.

diffstat:

 sys/conf/files |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r d4bb64ce0f7c -r 50221f5feb00 sys/conf/files
--- a/sys/conf/files    Mon May 23 02:54:53 2011 +0000
+++ b/sys/conf/files    Mon May 23 06:50:17 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1013 2011/05/17 05:32:31 mrg Exp $
+#      $NetBSD: files,v 1.1014 2011/05/23 06:50:17 mrg Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20100430
@@ -168,6 +168,12 @@
 include "opencrypto/files.opencrypto"
 
 #
+# Kernel history/tracing. Old UVMHIST depends upon this.
+#
+defflag opt_kernhist.h                 KERNHIST KERNHIST_PRINT
+file   kern/kern_history.c             kernhist
+
+#
 # System monitoring framework
 #
 include "dev/sysmon/files.sysmon"
@@ -1379,12 +1385,6 @@
 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"



Home | Main Index | Thread Index | Old Index