]> xenbits.xensource.com Git - freebsd.git/commit
riscv: Ensure that BSS is 8-byte aligned
authorkp <kp@FreeBSD.org>
Mon, 9 Sep 2019 15:57:24 +0000 (15:57 +0000)
committerkp <kp@FreeBSD.org>
Mon, 9 Sep 2019 15:57:24 +0000 (15:57 +0000)
commitaf6c5b7e8caf26a55f47a706ca33ff479df300be
treeb6046128ce5ed162612e36d36333a1a7de5a317e
parent437eb66e9b1c4c21331d10c48a57b343b52d0fae
riscv: Ensure that BSS is 8-byte aligned

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

Reviewed by: br
Sponsored by: Axiado
Differential Revision: https://reviews.freebsd.org/D21538
sys/conf/ldscript.riscv