Page MenuHomeFreeBSD

arm64: add read_frequently, read_mostluy and exclusive_cache_line to linker script
ClosedPublic

Authored by mjg on Aug 23 2021, 11:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 17, 3:28 AM
Unknown Object (File)
Tue, Mar 17, 3:24 AM
Unknown Object (File)
Mon, Mar 2, 11:41 AM
Unknown Object (File)
Sun, Mar 1, 2:07 AM
Unknown Object (File)
Feb 8 2026, 2:21 AM
Unknown Object (File)
Feb 7 2026, 10:07 PM
Unknown Object (File)
Feb 7 2026, 7:09 PM
Unknown Object (File)
Jan 31 2026, 1:00 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mjg requested review of this revision.Aug 23 2021, 11:12 AM
sys/conf/ldscript.arm64
85

Why 64? If it's related to a cacheline size it should probably be 128 as some CPUs, e.g. the original ThunderX, have a 128 byte cacheline.

mjg marked an inline comment as done.Aug 23 2021, 11:35 AM
mjg added inline comments.
sys/conf/ldscript.arm64
85

it is cache lines, yes

This revision is now accepted and ready to land.Aug 23 2021, 12:38 PM