summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-12-19 23:07:16 +0000
committermsmith <msmith@FreeBSD.org>1998-12-19 23:07:16 +0000
commitd5bf173f19b55c90a74b03193e119b748903403a (patch)
tree213dd400795d1336ad8078e5e57ce9a6e58c472c /sys/conf
parentd9c216a34482949eefc207a06fc0280f9cd2b426 (diff)
downloadFreeBSD-src-d5bf173f19b55c90a74b03193e119b748903403a.zip
FreeBSD-src-d5bf173f19b55c90a74b03193e119b748903403a.tar.gz
Move the "generic" SMP options from options.i386 to conf/options.
This has the useful side-effect of ensuring that opt_smp.h is always generated, so we can assume it will always be available. Prompted by: Andrew Gallatin <gallatin@cs.duke.edu>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 9a4f27a..e05be42 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.110 1998/12/05 03:19:48 dillon Exp $
+# $Id: options,v 1.111 1998/12/14 17:46:15 luigi Exp $
#
# On the handling of kernel options
#
@@ -264,6 +264,10 @@ PQ_MEDIUMCACHE opt_vmpage.h
PQ_LARGECACHE opt_vmpage.h
PQ_HUGECACHE opt_vmpage.h
+# Standard SMP options
+SMP opt_global.h
+NCPU opt_smp.h
+NBUS opt_smp.h
# sys/netkey
KEY
OpenPOWER on IntegriCloud