Page MenuHomeFreeBSD

RISC-V: Fix an alignment warning in libthr
ClosedPublic

Authored by mhorne on Oct 7 2019, 10:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 20, 6:25 AM
Unknown Object (File)
Sun, Jul 20, 5:41 AM
Unknown Object (File)
Wed, Jul 16, 2:23 PM
Unknown Object (File)
Thu, Jul 10, 6:28 AM
Unknown Object (File)
Jul 2 2025, 1:32 AM
Unknown Object (File)
Jun 28 2025, 2:36 PM
Unknown Object (File)
Jun 28 2025, 10:51 AM
Unknown Object (File)
Jun 26 2025, 6:32 PM
Subscribers

Details

Summary

Compiling with clang gives a loss-of-alignment error due the cast to
uint8_t *. Since the TLS is always tcb aligned and TP_OFFSET is defined
as sizeof(struct tcb) we can guarantee there is no misalignment. Silence
the error by moving the offset into the inline assembly.

Diff Detail

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