summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-04 19:51:50 +0000
committerwollman <wollman@FreeBSD.org>1996-01-04 19:51:50 +0000
commiteaa960586ee654591bb60ce2bc4dd4a2259d2183 (patch)
tree96bc6bf13ac9c13129cbfb34463f807bd92aaaed
parent0af4306ff0dbeaac1a3c531894c41f6f2aaaf292 (diff)
downloadFreeBSD-src-eaa960586ee654591bb60ce2bc4dd4a2259d2183.zip
FreeBSD-src-eaa960586ee654591bb60ce2bc4dd4a2259d2183.tar.gz
convert the math emulation to use the new-style options.
-rw-r--r--sys/amd64/amd64/fpu.c4
-rw-r--r--sys/amd64/isa/npx.c4
-rw-r--r--sys/conf/options.i3862
-rw-r--r--sys/i386/conf/options.i3862
-rw-r--r--sys/i386/isa/npx.c4
5 files changed, 13 insertions, 3 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 8f274db..55aa8ad 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -32,12 +32,14 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.26 1995/12/10 13:39:02 phk Exp $
+ * $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $
*/
#include "npx.h"
#if NNPX > 0
+#include "math_emulate.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 8f274db..55aa8ad 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -32,12 +32,14 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.26 1995/12/10 13:39:02 phk Exp $
+ * $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $
*/
#include "npx.h"
#if NNPX > 0
+#include "math_emulate.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 66e336e..869a638 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1 +1,3 @@
USER_LDT
+MATH_EMULATE math_emulate.h
+GPL_MATH_EMULATE math_emulate.h
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 66e336e..869a638 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1 +1,3 @@
USER_LDT
+MATH_EMULATE math_emulate.h
+GPL_MATH_EMULATE math_emulate.h
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 8f274db..55aa8ad 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,12 +32,14 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.26 1995/12/10 13:39:02 phk Exp $
+ * $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $
*/
#include "npx.h"
#if NNPX > 0
+#include "math_emulate.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud