Source-Changes-HG archive

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

[src/trunk]: src/sys/kern #include "opt_multiprocessor.h"



details:   https://anonhg.NetBSD.org/src/rev/69bd97c1a779
branches:  trunk
changeset: 556018:69bd97c1a779
user:      atatat <atatat%NetBSD.org@localhost>
date:      Sat Dec 06 02:52:29 2003 +0000

description:
#include "opt_multiprocessor.h"

This makes hw.ncpu and kern.cp_time work better on those platforms.

diffstat:

 sys/kern/init_sysctl.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fd29b2c0615a -r 69bd97c1a779 sys/kern/init_sysctl.c
--- a/sys/kern/init_sysctl.c    Sat Dec 06 02:48:35 2003 +0000
+++ b/sys/kern/init_sysctl.c    Sat Dec 06 02:52:29 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_sysctl.c,v 1.1 2003/12/04 19:38:23 atatat Exp $ */
+/*     $NetBSD: init_sysctl.c,v 1.2 2003/12/06 02:52:29 atatat Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
  */
 
 #include "opt_sysv.h"
+#include "opt_multiprocessor.h"
 #include "pty.h"
 #include "rnd.h"
 



Home | Main Index | Thread Index | Old Index