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)
Fri, Apr 11, 7:44 PM
Unknown Object (File)
Mon, Mar 17, 1:32 PM
Unknown Object (File)
Feb 20 2025, 5:27 PM
Unknown Object (File)
Feb 12 2025, 1:00 AM
Unknown Object (File)
Jan 19 2025, 5:59 AM
Unknown Object (File)
Jan 13 2025, 2:24 PM
Unknown Object (File)
Dec 28 2024, 5:09 PM
Unknown Object (File)
Dec 7 2024, 5:12 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 15411
Build 15460: arc lint + arc unit

Event Timeline

sys/mips/mips/support.S
296–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.