Page MenuHomeFreeBSD

Remove CPU_HAVEFPU.
ClosedPublic

Authored by jhb on Oct 17 2017, 10:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 9:37 AM
Unknown Object (File)
Thu, Oct 2, 11:23 PM
Unknown Object (File)
Mon, Sep 29, 11:17 PM
Unknown Object (File)
Sep 10 2025, 3:00 PM
Unknown Object (File)
Sep 1 2025, 9:04 PM
Unknown Object (File)
Aug 10 2025, 7:09 PM
Unknown Object (File)
Aug 5 2025, 4:29 PM
Unknown Object (File)
Jul 17 2025, 4:14 AM
Subscribers
None

Details

Summary

Instead, use a runtime decision to handle COP1 traps. If floating point
support is present in the current CPU, enable saving of the floating point
state. If support is not present, fail with SIGILL.

Test Plan
  • Booted mips64hf world under qemu with a mips64 kernel. Ran a test program that used floating point in this setup as well.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Oct 17 2017, 10:45 PM
This revision was automatically updated to reflect the committed changes.