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)
Dec 24 2023, 7:31 PM
Unknown Object (File)
Dec 22 2023, 11:35 PM
Unknown Object (File)
Dec 14 2023, 10:30 AM
Unknown Object (File)
Dec 9 2023, 1:47 PM
Unknown Object (File)
Dec 1 2023, 8:47 PM
Unknown Object (File)
Nov 28 2023, 11:56 PM
Unknown Object (File)
Nov 14 2023, 9:32 PM
Unknown Object (File)
Nov 5 2023, 4:02 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.