summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/fpu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
committerbde <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
commit0409d20c481a7971dfde8cdb5abd35c2a5513865 (patch)
tree213bdbb7dcc09488ec528b44c6ee165085345466 /sys/amd64/include/fpu.h
parent1eb23e9e86940a2ef00f6ffd88d6c97b82c914fe (diff)
downloadFreeBSD-src-0409d20c481a7971dfde8cdb5abd35c2a5513865.zip
FreeBSD-src-0409d20c481a7971dfde8cdb5abd35c2a5513865.tar.gz
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
The i386 UP case was messily different.
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 695ab2a..81acc46 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));
OpenPOWER on IntegriCloud