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>
This commit is contained in:
Mike Smith 1998-12-19 23:07:16 +00:00
parent 9b37fcd2ea
commit ecd19816f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41946

View File

@ -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