convert the math emulation to use the new-style options.
This commit is contained in:
parent
0af4306ff0
commit
eaa960586e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -1 +1,3 @@
|
||||
USER_LDT
|
||||
MATH_EMULATE math_emulate.h
|
||||
GPL_MATH_EMULATE math_emulate.h
|
||||
|
@ -1 +1,3 @@
|
||||
USER_LDT
|
||||
MATH_EMULATE math_emulate.h
|
||||
GPL_MATH_EMULATE math_emulate.h
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user