Page MenuHomeFreeBSD

Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.
ClosedPublic

Authored by jhb on Oct 12 2020, 10:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 4:51 AM
Unknown Object (File)
Sat, Dec 7, 12:37 AM
Unknown Object (File)
Fri, Dec 6, 9:59 PM
Unknown Object (File)
Sat, Nov 23, 6:12 PM
Unknown Object (File)
Nov 9 2024, 2:03 AM
Unknown Object (File)
Sep 16 2024, 8:56 PM
Unknown Object (File)
Sep 16 2024, 8:56 PM
Unknown Object (File)
Sep 16 2024, 8:52 PM
Subscribers

Details

Summary

arm64 has a similar wrapper. This permits defining <machine/fpu.h> as
the standard header for fpu_kern_*.

Test Plan
  • have a driver that uses FPU bits on amd64 and i386 and this permits one less #ifdef
  • built and booted i386 GENERIC

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable