summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/fpu.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-01-28 23:55:58 +0000
committerpeter <peter@FreeBSD.org>2004-01-28 23:55:58 +0000
commit57db6c445100947cf58e4b7225c270308162951b (patch)
tree5ab8f0b40713922ef486ad13fa3305d9bed7c8cd /sys/amd64/include/fpu.h
parent5e45c69f41132d5a819ecab326491bcbd30b567d (diff)
downloadFreeBSD-src-57db6c445100947cf58e4b7225c270308162951b.zip
FreeBSD-src-57db6c445100947cf58e4b7225c270308162951b.tar.gz
We can simplify a lot of things now that we don't have to worry about
hardware bugs on external 386 cpus and now that we can depend on SSE.
Diffstat (limited to 'sys/amd64/include/fpu.h')
-rw-r--r--sys/amd64/include/fpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 7c79912..8b6e1f9 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -106,7 +106,6 @@ void fpuexit(struct thread *td);
int fpuformat(void);
int fpugetregs(struct thread *td, struct savefpu *addr);
void fpuinit(void);
-void fpusave(struct savefpu *addr);
void fpusetregs(struct thread *td, struct savefpu *addr);
int fputrap(void);
#endif
OpenPOWER on IntegriCloud