summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-09 19:47:44 +0000
committerbde <bde@FreeBSD.org>1996-10-09 19:47:44 +0000
commitd99784fcebe18e0aa5a12163e12f39c3cc1c41d2 (patch)
tree5a02c0833277036d3d89cccfcc51652dad41f0ac /sys/i386/include/clock.h
parentcb1736a6a136d03f71255419e52dfe06829b1465 (diff)
downloadFreeBSD-src-d99784fcebe18e0aa5a12163e12f39c3cc1c41d2.zip
FreeBSD-src-d99784fcebe18e0aa5a12163e12f39c3cc1c41d2.tar.gz
Put I*86_CPU defines in opt_cpu.h.
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index f50da08..d9a1993 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -3,12 +3,14 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.15 1996/07/30 19:26:55 bde Exp $
+ * $Id: clock.h,v 1.16 1996/08/02 21:16:13 bde Exp $
*/
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
+#include "opt_cpu.h"
+
#if defined(I586_CPU) || defined(I686_CPU)
/*
OpenPOWER on IntegriCloud