summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-03-09 20:20:09 +0000
committerphk <phk@FreeBSD.org>1999-03-09 20:20:09 +0000
commit7ae7963be308ce9d370e4532d505e53d18923687 (patch)
tree693fb823c05017fe6f1cc7783974c8fecaf27152 /sys/amd64/amd64/trap.c
parentf90c5027c22d0fb4f82d1b6f4d8b4d0459f4be95 (diff)
downloadFreeBSD-src-7ae7963be308ce9d370e4532d505e53d18923687.zip
FreeBSD-src-7ae7963be308ce9d370e4532d505e53d18923687.tar.gz
Make TIMER_FREQ a normal, undocumented option. Raise confusion to
a higher level with example in LINT. Clarify comment about PPS_SYNC. Ignore for now that it doesn't work in FLL mode, it will in a few days.
Diffstat (limited to 'sys/amd64/amd64/trap.c')
-rw-r--r--sys/amd64/amd64/trap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 42b0c85..4498e99 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.132 1998/12/28 23:02:56 msmith Exp $
+ * $Id: trap.c,v 1.133 1999/01/06 23:05:36 julian Exp $
*/
/*
@@ -45,6 +45,7 @@
#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_ktrace.h"
+#include "opt_clock.h"
#include "opt_trap.h"
#include "opt_vm86.h"
OpenPOWER on IntegriCloud