summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-10 09:44:12 +0000
committerpeter <peter@FreeBSD.org>1997-10-10 09:44:12 +0000
commitfc821abd4cc8c7de33da0bf4a15c6ca5b53f82eb (patch)
tree9d70f20795753c0aeb2db313e990a9e586591ca2 /sys/kern/subr_trap.c
parent017c612e631166a1e7846b1bc4c174f13782bf45 (diff)
downloadFreeBSD-src-fc821abd4cc8c7de33da0bf4a15c6ca5b53f82eb.zip
FreeBSD-src-fc821abd4cc8c7de33da0bf4a15c6ca5b53f82eb.tar.gz
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.
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r--sys/kern/subr_trap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index b1e8c26..8260c8a 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.110 1997/09/05 08:54:54 peter Exp $
+ * $Id: trap.c,v 1.111 1997/09/21 21:38:05 gibbs Exp $
*/
/*
@@ -44,6 +44,7 @@
#include "opt_ktrace.h"
#include "opt_ddb.h"
+#include "opt_vm86.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud