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)
Mon, Apr 21, 1:41 PM
Unknown Object (File)
Mon, Apr 21, 1:38 PM
Unknown Object (File)
Mon, Apr 21, 1:37 PM
Unknown Object (File)
Mon, Apr 21, 1:04 PM
Unknown Object (File)
Mar 5 2025, 6:34 AM
Unknown Object (File)
Mar 2 2025, 7:52 PM
Unknown Object (File)
Mar 2 2025, 3:06 AM
Unknown Object (File)
Mar 2 2025, 12:25 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.