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
Unknown Object (File)
Thu, May 28, 9:21 AM
Unknown Object (File)
May 11 2026, 5:40 PM
Unknown Object (File)
May 11 2026, 3:46 PM
Unknown Object (File)
May 1 2026, 1:02 PM
Unknown Object (File)
Apr 30 2026, 1:37 AM
Unknown Object (File)
Apr 24 2026, 4:02 PM
Unknown Object (File)
Apr 24 2026, 2:34 PM
Unknown Object (File)
Apr 24 2026, 6:05 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.