summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-12-06 05:12:26 +0000
committerluoqi <luoqi@FreeBSD.org>1999-12-06 05:12:26 +0000
commitfc0fb0314c7e21c4dea77ee24a0cbe016d349d8d (patch)
tree66163c9dd9b60372e068e41c3a290a8e0771ee48 /sys/i386
parentc4d3fc5932f4666cdb2ca84bde331389d0a1a5ae (diff)
downloadFreeBSD-src-fc0fb0314c7e21c4dea77ee24a0cbe016d349d8d.zip
FreeBSD-src-fc0fb0314c7e21c4dea77ee24a0cbe016d349d8d.tar.gz
Need header <machine/smp.h> for prototype declaration of smp_rendezvous()
in my previous commit.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/sys_machdep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c
index e9c7ddf..d722735 100644
--- a/sys/i386/i386/sys_machdep.c
+++ b/sys/i386/i386/sys_machdep.c
@@ -55,6 +55,9 @@
#include <machine/cpu.h>
#include <machine/pcb_ext.h> /* pcb.h included by sys/user.h */
#include <machine/sysarch.h>
+#ifdef SMP
+#include <machine/smp.h>
+#endif
#include <vm/vm_kern.h> /* for kernel_map */
OpenPOWER on IntegriCloud