summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-31 05:00:21 +0000
committereivind <eivind@FreeBSD.org>1998-01-31 05:00:21 +0000
commite8dbec0c0681514b40ec2b5462122bba5fd24923 (patch)
tree95ffcab89b698b3569f3e1635bc2b6b6ad7836b4 /sys/kern/subr_trap.c
parentb86c02062a835227f284ae647267e92fa86caa5d (diff)
downloadFreeBSD-src-e8dbec0c0681514b40ec2b5462122bba5fd24923.zip
FreeBSD-src-e8dbec0c0681514b40ec2b5462122bba5fd24923.tar.gz
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
This also fixes a couple of defunct options; submitted by bde.
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 f936fd6..a51c7ee 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.118 1997/12/04 21:21:26 jmg Exp $
+ * $Id: trap.c,v 1.119 1997/12/06 04:11:01 sef Exp $
*/
/*
@@ -45,6 +45,7 @@
#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_ktrace.h"
+#include "opt_trap.h"
#include "opt_vm86.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud