summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/fpu.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-08-17 11:30:03 +0000
committerdg <dg@FreeBSD.org>1995-08-17 11:30:03 +0000
commit1feff3c3bcaf280578db12f153211ddf11cc31fc (patch)
treedf0700c88a5194075dacba489f967db5c3dae422 /sys/amd64/include/fpu.h
parent59ce0fe7adcdd2040063722b39133cc09cd8d746 (diff)
downloadFreeBSD-src-1feff3c3bcaf280578db12f153211ddf11cc31fc.zip
FreeBSD-src-1feff3c3bcaf280578db12f153211ddf11cc31fc.tar.gz
Killed some unused stuff inherited from Bill Jolitz. Note that since
this changes the size of the pcb struct, gdb will need to be rebuilt or debugging won't work correctly. Reviewed by: Bruce Evans
Diffstat (limited to 'sys/amd64/include/fpu.h')
-rw-r--r--sys/amd64/include/fpu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index e56fdc2..276a269 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
- * $Id: npx.h,v 1.6 1994/11/05 22:59:09 bde Exp $
+ * $Id: npx.h,v 1.7 1995/01/03 03:57:46 bde Exp $
*/
/*
@@ -85,13 +85,6 @@ struct save87 {
u_char sv_pad[64]; /* padding; used by emulators */
};
-/* Cyrix EMC memory - mapped coprocessor context switch information */
-struct emcsts {
- long em_msw; /* memory mapped status register when swtched */
- long em_tar; /* memory mapped temp A register when swtched */
- long em_dl; /* memory mapped D low register when swtched */
-};
-
/* Intel prefers long real (53 bit) precision */
#define __iBCS_NPXCW__ 0x262
/* wfj prefers temporary real (64 bit) precision */
OpenPOWER on IntegriCloud