summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-03-08 00:25:03 +0000
committerpeter <peter@FreeBSD.org>2004-03-08 00:25:03 +0000
commitabf40a2dfe31c99480080b1ceb6c8ead593b6f2c (patch)
treeb3854472af8d3e2dbe3baaa10c9f9db4effc3871 /sys
parentd2aca56c04a2daf648e998cfe56118430a96e75f (diff)
downloadFreeBSD-src-abf40a2dfe31c99480080b1ceb6c8ead593b6f2c.zip
FreeBSD-src-abf40a2dfe31c99480080b1ceb6c8ead593b6f2c.tar.gz
Stop depending on #include pollution from cpufunc.h
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 7bf7f93..0ad2fd5 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$");
#include <machine/clock.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
+#include <machine/psl.h>
#include <machine/smp.h>
#include <machine/specialreg.h>
#include <machine/tss.h>
OpenPOWER on IntegriCloud