Page MenuHomeFreeBSD

MIPS: Implement fue*word* and casueword* in assembly.
ClosedPublic

Authored by brooks on Mar 7 2018, 12:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 20 2024, 8:33 PM
Unknown Object (File)
May 17 2024, 4:19 AM
Unknown Object (File)
May 10 2024, 1:09 AM
Unknown Object (File)
May 4 2024, 6:12 AM
Unknown Object (File)
May 2 2024, 10:07 AM
Unknown Object (File)
May 1 2024, 10:08 PM
Unknown Object (File)
Mar 10 2024, 7:52 AM
Unknown Object (File)
Feb 4 2024, 8:52 AM
Subscribers
None

Details

Summary

Remove NO_FUEWORD so the 'e' variants are wrapped by the non-'e'
variants. This is more correct and leaves sparc64 as the outlier.

Test Plan

a mips64 system boots, more testing appareciated

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15405
Build 15455: arc lint + arc unit

Event Timeline

sys/mips/mips/support.S
297

I suggest to move the store out of the pcb_onfault protected region.

  • Move the store of value out of the pcb_onfault protected region.
  • Finish updating a comment.
This revision is now accepted and ready to land.Mar 7 2018, 6:38 PM
This revision was automatically updated to reflect the committed changes.