summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-10-12 02:23:14 +0000
committermsmith <msmith@FreeBSD.org>1999-10-12 02:23:14 +0000
commit1e2c48a5e2ddaa283baf360e620ccbd4c2522090 (patch)
tree45caef5223edc06cc788a0b4b078c05012bd244d /sys/gnu/i386
parent8032f1899c07380e0b31761702e0c700782856d3 (diff)
downloadFreeBSD-src-1e2c48a5e2ddaa283baf360e620ccbd4c2522090.zip
FreeBSD-src-1e2c48a5e2ddaa283baf360e620ccbd4c2522090.tar.gz
Remember folks, it's:
1) test 2) commit 3) test again Guess who forgot 1 and 3? 8)
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c1
-rw-r--r--sys/gnu/i386/fpemul/fpu_entry.c1
-rw-r--r--sys/gnu/i386/fpemul/get_address.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c
index 248861b..71b759f 100644
--- a/sys/gnu/i386/fpemul/fpu_aux.c
+++ b/sys/gnu/i386/fpemul/fpu_aux.c
@@ -66,6 +66,7 @@
#include <sys/systm.h> /* for printf() in EXCEPTION() */
#endif
#include <sys/proc.h>
+#include <machine/cpu.h>
#include <machine/pcb.h>
#include <gnu/i386/fpemul/fpu_emu.h>
diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c
index e287c8e..049b013 100644
--- a/sys/gnu/i386/fpemul/fpu_entry.c
+++ b/sys/gnu/i386/fpemul/fpu_entry.c
@@ -76,6 +76,7 @@
#include <sys/proc.h>
#include <sys/kernel.h>
+#include <machine/cpu.h>
#include <machine/pcb.h>
#include <gnu/i386/fpemul/fpu_emu.h>
diff --git a/sys/gnu/i386/fpemul/get_address.c b/sys/gnu/i386/fpemul/get_address.c
index 6b3d080..4ae998b 100644
--- a/sys/gnu/i386/fpemul/get_address.c
+++ b/sys/gnu/i386/fpemul/get_address.c
@@ -70,6 +70,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/systm.h>
+#include <machine/cpu.h>
#include <machine/pcb.h>
#include <machine/reg.h>
OpenPOWER on IntegriCloud