Source-Changes-HG archive

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

[src/trunk]: src/sys Defopt CALLWHEEL_STATS.



details:   https://anonhg.NetBSD.org/src/rev/2d49f0de4e88
branches:  trunk
changeset: 514883:2d49f0de4e88
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Sep 13 05:22:16 2001 +0000

description:
Defopt CALLWHEEL_STATS.

diffstat:

 sys/conf/files           |  4 +++-
 sys/kern/kern_allocsys.c |  3 ++-
 sys/kern/kern_clock.c    |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r c0e5194b658e -r 2d49f0de4e88 sys/conf/files
--- a/sys/conf/files    Thu Sep 13 05:19:53 2001 +0000
+++ b/sys/conf/files    Thu Sep 13 05:22:16 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.458 2001/09/13 05:19:53 enami Exp $
+#      $NetBSD: files,v 1.459 2001/09/13 05:22:16 enami Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -15,6 +15,8 @@
 
 defopt MULTIPROCESSOR
 
+defopt opt_callout.h   CALLWHEEL_STATS
+
 defopt opt_sysv.h      SYSVMSG SYSVSEM SYSVSHM
 defopt opt_sysvparam.h SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
 
diff -r c0e5194b658e -r 2d49f0de4e88 sys/kern/kern_allocsys.c
--- a/sys/kern/kern_allocsys.c  Thu Sep 13 05:19:53 2001 +0000
+++ b/sys/kern/kern_allocsys.c  Thu Sep 13 05:22:16 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_allocsys.c,v 1.16 2001/06/25 22:08:52 thorpej Exp $       */
+/*     $NetBSD: kern_allocsys.c,v 1.17 2001/09/13 05:22:17 enami Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -72,6 +72,7 @@
 
 
 #include "opt_bufcache.h"
+#include "opt_callout.h"
 #include "opt_sysv.h"
 
 #include <sys/param.h>
diff -r c0e5194b658e -r 2d49f0de4e88 sys/kern/kern_clock.c
--- a/sys/kern/kern_clock.c     Thu Sep 13 05:19:53 2001 +0000
+++ b/sys/kern/kern_clock.c     Thu Sep 13 05:22:16 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_clock.c,v 1.76 2001/09/11 04:32:20 thorpej Exp $  */
+/*     $NetBSD: kern_clock.c,v 1.77 2001/09/13 05:22:17 enami Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -77,6 +77,7 @@
  *     @(#)kern_clock.c        8.5 (Berkeley) 1/21/94
  */
 
+#include "opt_callout.h"
 #include "opt_ntp.h"
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index