aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-10-13 17:26:12 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-10-13 17:26:12 +0000
commit4ef6ea38fc88875af9b3425ae625b97c734c641b (patch)
treef42650d9c204a5051365e6fad1e9ec81362f6d90 /sys/i386
parent155e58651386d0a71147138513e6eb35d4a207c3 (diff)
downloadsrc-4ef6ea38fc88875af9b3425ae625b97c734c641b.tar.gz
src-4ef6ea38fc88875af9b3425ae625b97c734c641b.zip
Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.
arm64 has a similar wrapper. This permits defining <machine/fpu.h> as the standard header for fpu_kern_*. Reviewed by: kib Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D26753
Notes
Notes: svn path=/head/; revision=366672
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/fpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/include/fpu.h b/sys/i386/include/fpu.h
new file mode 100644
index 000000000000..5d1bd89da94f
--- /dev/null
+++ b/sys/i386/include/fpu.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+#include <machine/npx.h>