summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/fpu.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-08 04:37:54 +0000
committerpeter <peter@FreeBSD.org>2003-11-08 04:37:54 +0000
commitc32b37e0ed347935853a6f7eb1b28051e1208c4a (patch)
treebf131e3d51dea5dbd452ba369d5ccf1d3a0e8cb6 /sys/amd64/include/fpu.h
parente971307a02bf6106e82a91cafe6d9e73cc8e4a69 (diff)
downloadFreeBSD-src-c32b37e0ed347935853a6f7eb1b28051e1208c4a.zip
FreeBSD-src-c32b37e0ed347935853a6f7eb1b28051e1208c4a.tar.gz
Switch from having a fpu "device" to something that is more like the
integrated part of the cpu core that it is.
Diffstat (limited to 'sys/amd64/include/fpu.h')
-rw-r--r--sys/amd64/include/fpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index dfe5945..7c79912 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -105,7 +105,7 @@ void fpudrop(void);
void fpuexit(struct thread *td);
int fpuformat(void);
int fpugetregs(struct thread *td, struct savefpu *addr);
-void fpuinit(u_short control);
+void fpuinit(void);
void fpusave(struct savefpu *addr);
void fpusetregs(struct thread *td, struct savefpu *addr);
int fputrap(void);
OpenPOWER on IntegriCloud