aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_smp.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-10-10 09:44:12 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-10-10 09:44:12 +0000
commit98823b2366390a0577eeb61e0c91cccae862c44f (patch)
tree18941501b3fc185dd3204eae9da9ab29224293c1 /sys/kern/subr_smp.c
parent65201e4a29bed7b7e256d2bf91e217a0433c2a08 (diff)
downloadsrc-98823b2366390a0577eeb61e0c91cccae862c44f.tar.gz
src-98823b2366390a0577eeb61e0c91cccae862c44f.zip
Convert the VM86 option from a global option to an option only depended
on by the files that use it. Changing the VM86 option now only causes a recompile of a dozen files or so rather than the entire kernel.
Notes
Notes: svn path=/head/; revision=30265
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r--sys/kern/subr_smp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index 2927ace3a983..868ffea9f8ae 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -22,10 +22,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.54 1997/09/21 15:03:57 peter Exp $
+ * $Id: mp_machdep.c,v 1.56 1997/10/06 02:11:32 dyson Exp $
*/
#include "opt_smp.h"
+#include "opt_vm86.h"
#include <sys/param.h>
#include <sys/systm.h>