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)
Thu, Nov 6, 3:16 PM
Unknown Object (File)
Sun, Nov 2, 8:23 PM
Unknown Object (File)
Sun, Nov 2, 2:29 PM
Unknown Object (File)
Fri, Oct 31, 11:52 PM
Unknown Object (File)
Sun, Oct 19, 3:24 AM
Unknown Object (File)
Sat, Oct 18, 2:33 PM
Unknown Object (File)
Sat, Oct 18, 2:33 PM
Unknown Object (File)
Sat, Oct 18, 2:32 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