From 81a40401a62cc121ae32e81467b6ebbc527aecd9 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 10 Oct 1996 10:25:26 +0000 Subject: Don't include "opt_cpu.h" in , since this breaks lkm's. The change breaks kern_clock.c; fix that temporarily by including "opt_cpu.h" there. --- sys/kern/kern_timeout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern/kern_timeout.c') diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index e8f9066..d94d53e 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.25 1996/06/23 17:40:42 bde Exp $ + * $Id: kern_clock.c,v 1.26 1996/07/30 16:59:22 bde Exp $ */ /* Portions of this software are covered by the following: */ @@ -56,6 +56,8 @@ * * *****************************************************************************/ +#include "opt_cpu.h" /* XXX */ + #include #include #include -- cgit v1.1