]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.
authorjhb <jhb@FreeBSD.org>
Tue, 13 Oct 2020 17:26:12 +0000 (17:26 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 13 Oct 2020 17:26:12 +0000 (17:26 +0000)
commit524c1c7ff3083d17b801d137409e8c5586c18b57
treef42650d9c204a5051365e6fad1e9ec81362f6d90
parent3b0376e28b83fcc10f5e2b6dd0c29b216a3d9c91
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
share/man/man9/fpu_kern.9
sys/crypto/aesni/aesni.c
sys/crypto/aesni/aesni.h
sys/crypto/blake2/blake2_cryptodev.c
sys/crypto/via/padlock.h
sys/i386/include/fpu.h [new file with mode: 0644]