summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-08-04 12:39:43 +0000
committertobez <tobez@FreeBSD.org>2005-08-04 12:39:43 +0000
commiteb120008415bfaed2d4ab33fcde72914d1058a16 (patch)
treefbb044235c777ab5ccaff2a88309214bfc3397e3 /sys
parent12d7b33401947e5b4b048a1df6c2516ba1eeccdf (diff)
downloadFreeBSD-src-eb120008415bfaed2d4ab33fcde72914d1058a16.zip
FreeBSD-src-eb120008415bfaed2d4ab33fcde72914d1058a16.tar.gz
Make kernel build suceed when with "options CPU_DISABLE_SSE".
PR: 84010 Submitted by: Sergey Gluschenko <deen@freebsd.org.ua> MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/ptrace_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/i386/ptrace_machdep.c b/sys/i386/i386/ptrace_machdep.c
index c63daa9..32105d6 100644
--- a/sys/i386/i386/ptrace_machdep.c
+++ b/sys/i386/i386/ptrace_machdep.c
@@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_cpu.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud