Source-Changes-HG archive

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

[src/trunk]: src/sys/conf defparam KERNHIST_DELAY



details:   https://anonhg.NetBSD.org/src/rev/02deee5b1839
branches:  trunk
changeset: 326877:02deee5b1839
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 21 07:32:43 2014 +0000

description:
defparam KERNHIST_DELAY

diffstat:

 sys/conf/files |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eae18629a14b -r 02deee5b1839 sys/conf/files
--- a/sys/conf/files    Fri Feb 21 06:28:25 2014 +0000
+++ b/sys/conf/files    Fri Feb 21 07:32:43 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1082 2013/12/09 16:45:23 pooka Exp $
+#      $NetBSD: files,v 1.1083 2014/02/21 07:32:43 matt Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20100430
@@ -170,6 +170,7 @@
 # Kernel history/tracing. Old UVMHIST depends upon this.
 #
 defflag opt_kernhist.h                 KERNHIST KERNHIST_PRINT
+defparam opt_kernhist.h                        KERNHIST_DELAY
 file   kern/kern_history.c             kernhist
 
 #



Home | Main Index | Thread Index | Old Index