Page MenuHomeFreeBSD

Remove CPU_HAVEFPU.
ClosedPublic

Authored by jhb on Oct 17 2017, 10:25 PM.
Tags
None
Referenced Files
F106070142: D12707.diff
Tue, Dec 24, 9:40 PM
Unknown Object (File)
Sun, Dec 8, 9:38 PM
Unknown Object (File)
Oct 20 2024, 10:03 PM
Unknown Object (File)
Oct 14 2024, 4:56 PM
Unknown Object (File)
Oct 10 2024, 11:07 PM
Unknown Object (File)
Sep 23 2024, 1:21 AM
Unknown Object (File)
Sep 22 2024, 5:07 PM
Unknown Object (File)
Sep 22 2024, 10:47 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.