aboutsummaryrefslogtreecommitdiff
path: root/share
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 /share
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 'share')
-rw-r--r--share/man/man9/fpu_kern.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/fpu_kern.9 b/share/man/man9/fpu_kern.9
index 8fcf82605af2..9b0da289ef40 100644
--- a/share/man/man9/fpu_kern.9
+++ b/share/man/man9/fpu_kern.9
@@ -23,13 +23,14 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 7, 2018
+.Dd October 13, 2020
.Dt FPU_KERN 9
.Os
.Sh NAME
.Nm fpu_kern
.Nd "facility to use the FPU in the kernel"
.Sh SYNOPSIS
+.In machine/fpu.h
.Ft struct fpu_kern_ctx *
.Fn fpu_kern_alloc_ctx "u_int flags"
.Ft void