summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/frame.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-22 08:11:17 +0000
committerpeter <peter@FreeBSD.org>2003-07-22 08:11:17 +0000
commit7c1e58684a0e6e588206d5592175b02c0211418b (patch)
tree2c9dbc0404e063bb1ce254beaf778c7ce4e8e0bf /sys/i386/include/frame.h
parent6e0440c7df7efab49749a25ee9be7d78b8780c15 (diff)
downloadFreeBSD-src-7c1e58684a0e6e588206d5592175b02c0211418b.zip
FreeBSD-src-7c1e58684a0e6e588206d5592175b02c0211418b.tar.gz
Initiate de-orbit burn for fpu-less operation. 386+387 is still
theoretically supportable, but you'd really be happier with FreeBSD 2.1.8 on it.
Diffstat (limited to 'sys/i386/include/frame.h')
-rw-r--r--sys/i386/include/frame.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/frame.h b/sys/i386/include/frame.h
index c32afc4..6112545 100644
--- a/sys/i386/include/frame.h
+++ b/sys/i386/include/frame.h
@@ -154,7 +154,6 @@ struct clockframe {
};
int kdb_trap(int, int, struct trapframe *);
-extern int (*pmath_emulate)(struct trapframe *);
#define INTR_TO_TRAPFRAME(frame) ((struct trapframe *)&(frame)->if_fs)
OpenPOWER on IntegriCloud