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)
Wed, Apr 23, 5:33 PM
Unknown Object (File)
Mon, Apr 21, 7:19 AM
Unknown Object (File)
Sat, Apr 19, 6:53 PM
Unknown Object (File)
Sat, Apr 19, 2:13 PM
Unknown Object (File)
Sat, Apr 19, 8:19 AM
Unknown Object (File)
Fri, Apr 18, 11:06 AM
Unknown Object (File)
Fri, Apr 18, 1:58 AM
Unknown Object (File)
Fri, Apr 18, 1:41 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/mips/mips/support.S
297 ↗(On Diff #40020)

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.