From 05dc2e0edfbeb4a68aecf3da1381caa39a3dc426 Mon Sep 17 00:00:00 2001 From: pst Date: Tue, 11 Jun 1996 16:02:55 +0000 Subject: Put clock calibration #defines in opt_clock.h to ease reconfiguration --- sys/amd64/amd64/tsc.c | 3 ++- sys/amd64/isa/clock.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c index ca9e405..fb8427d 100644 --- a/sys/amd64/amd64/tsc.c +++ b/sys/amd64/amd64/tsc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $ + * $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $ */ /* @@ -48,6 +48,7 @@ * Primitive clock interrupt routines. */ #include "opt_ddb.h" +#include "opt_clock.h" #include #include diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index ca9e405..fb8427d 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $ + * $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $ */ /* @@ -48,6 +48,7 @@ * Primitive clock interrupt routines. */ #include "opt_ddb.h" +#include "opt_clock.h" #include #include -- cgit v1.1