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)
Wed, Apr 10, 2:21 PM
Unknown Object (File)
Thu, Mar 28, 2:51 PM
Unknown Object (File)
Dec 28 2023, 2:52 AM
Unknown Object (File)
Dec 20 2023, 1:41 AM
Unknown Object (File)
Dec 12 2023, 3:11 AM
Unknown Object (File)
Dec 5 2023, 11:37 AM
Unknown Object (File)
Sep 1 2023, 1:15 PM
Unknown Object (File)
Sep 1 2023, 1:13 PM
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.