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)
Mon, May 4, 3:14 PM
Unknown Object (File)
Thu, Apr 30, 8:17 AM
Unknown Object (File)
Mon, Apr 27, 8:50 PM
Unknown Object (File)
Apr 23 2026, 6:50 PM
Unknown Object (File)
Apr 21 2026, 11:40 AM
Unknown Object (File)
Apr 19 2026, 4:33 PM
Unknown Object (File)
Apr 19 2026, 6:02 AM
Unknown Object (File)
Apr 12 2026, 9:34 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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