From 7ae7963be308ce9d370e4532d505e53d18923687 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 9 Mar 1999 20:20:09 +0000 Subject: 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. --- sys/kern/subr_trap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 42b0c85..4498e99 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.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" -- cgit v1.1