Make kernel build suceed when with "options CPU_DISABLE_SSE".

PR:		84010
Submitted by:	Sergey Gluschenko <deen@freebsd.org.ua>
MFC after:	1 week
This commit is contained in:
tobez 2005-08-04 12:39:43 +00:00
parent 12d7b33401
commit eb12000841

View File

@ -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>