summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2000-03-28 18:06:49 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2000-03-28 18:06:49 +0000
commitdb6a42615881d284f8622182d8e9145f040056b5 (patch)
tree8630fc05f4bf872a26289299a59114adfec3c373 /sys/kern/kern_clock.c
parent7791c9212c4c2a9f0a26209abf1864025e84360a (diff)
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index d8066a7daa6c..dc1ea6df4b26 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -60,14 +60,12 @@
#include <machine/cpu.h>
#include <machine/limits.h>
+#include <machine/smp.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
-#if defined(SMP) && defined(BETTER_CLOCK)
-#include <machine/smp.h>
-#endif
static void initclocks __P((void *dummy));
SYSINIT(clocks, SI_SUB_CLOCKS, SI_ORDER_FIRST, initclocks, NULL)