Page MenuHomeFreeBSD

Set the 'FR' bit in the status register for N32 kernels.
ClosedPublic

Authored by jhb on Jan 10 2018, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 16, 4:15 PM
Unknown Object (File)
Sat, Dec 14, 2:05 AM
Unknown Object (File)
Tue, Dec 3, 7:23 PM
Unknown Object (File)
Nov 24 2024, 5:12 PM
Unknown Object (File)
Nov 23 2024, 9:49 PM
Unknown Object (File)
Nov 22 2024, 1:26 PM
Unknown Object (File)
Nov 18 2024, 5:16 AM
Unknown Object (File)
Nov 15 2024, 2:03 AM
Subscribers

Details

Summary

This permits N32 hard-float binaries to use 64-bit floating point
registers (which is what N32 binaries expect) matching the N64 ABI.

Test Plan
  • boot a mipsn32hf world under qemu

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.Jan 10 2018, 7:46 PM
jmallett added a subscriber: jmallett.

This seems acceptable and correct within what's currently present. I feel like a unified macro for these sets of flags is really needed, to simplify the code and ensure consistency in checks, but as an incremental improvement this looks good. Thanks!

This revision was automatically updated to reflect the committed changes.