summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_synch.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2000-03-28 18:06:49 +0000
committerdillon <dillon@FreeBSD.org>2000-03-28 18:06:49 +0000
commitb852fcb1606b3b2cda4c9464e3e5d51c9152c4fd (patch)
treef4d0afb5c90aa2fc555ad217757a051e3a8889e7 /sys/kern/kern_synch.c
parent1ec21e179d8cdcd295c69b7653deb9896f29b271 (diff)
downloadFreeBSD-src-b852fcb1606b3b2cda4c9464e3e5d51c9152c4fd.zip
FreeBSD-src-b852fcb1606b3b2cda4c9464e3e5d51c9152c4fd.tar.gz
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
Diffstat (limited to 'sys/kern/kern_synch.c')
-rw-r--r--sys/kern/kern_synch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c
index d7a66b0..3ae903d 100644
--- a/sys/kern/kern_synch.c
+++ b/sys/kern/kern_synch.c
@@ -58,9 +58,7 @@
#include <machine/cpu.h>
#include <machine/ipl.h>
-#ifdef SMP
#include <machine/smp.h>
-#endif
static void sched_setup __P((void *dummy));
SYSINIT(sched_setup, SI_SUB_KICK_SCHEDULER, SI_ORDER_FIRST, sched_setup, NULL)
OpenPOWER on IntegriCloud