Page MenuHomeFreeBSD

riscv: Ensure that BSS is 8-byte aligned
ClosedPublic

Authored by kp on Sep 5 2019, 7:09 PM.
Tags
None
Referenced Files
F136299555: D21538.id61701.diff
Mon, Nov 17, 2:35 AM
F136299539: D21538.id.diff
Mon, Nov 17, 2:35 AM
F136299529: D21538.id61844.diff
Mon, Nov 17, 2:35 AM
F136299344: D21538.diff
Mon, Nov 17, 2:33 AM
Unknown Object (File)
Sun, Nov 16, 6:46 AM
Unknown Object (File)
Sat, Oct 25, 7:36 PM
Unknown Object (File)
Oct 16 2025, 9:33 AM
Unknown Object (File)
Oct 16 2025, 9:33 AM
Subscribers

Details

Summary

This makes clearing it (from locore.S) work without misaligned accesses
(which can trap to machine mode, and be slow).

Sponsored by: Axiado

Diff Detail

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

Event Timeline

I discussed with James Clarke jrtc27, it is fine

This revision is now accepted and ready to land.Sep 7 2019, 2:24 PM
This revision was automatically updated to reflect the committed changes.