aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/fpu.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
committerBruce Evans <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
commit4a3bb59944a6e593c56e78f054052a20df244406 (patch)
tree5b3fc6a80310f3e8240dc894e97f9bd00b389c5c /sys/amd64/include/fpu.h
parent3cebc3e4de5ab47320131b48c4f6996deba48a60 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/fpu.h')
-rw-r--r--sys/amd64/include/fpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 695ab2a5b61c..81acc465efe2 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -45,8 +45,6 @@
#ifndef _MACHINE_NPX_H_
#define _MACHINE_NPX_H_
-#include <machine/globals.h>
-
/* Environment information of floating point unit */
struct env87 {
long en_cw; /* control word (16bits) */
@@ -107,10 +105,6 @@ struct save87 {
#define __INITIAL_NPXCW__ 0x127F
#ifdef _KERNEL
-#ifndef npxproc
-extern struct proc *npxproc;
-#endif
-
int npxdna __P((void));
void npxexit __P((struct proc *p));
void npxinit __P((int control));