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)
Sun, Nov 9, 2:14 AM
Unknown Object (File)
Tue, Nov 4, 5:59 PM
Unknown Object (File)
Mon, Oct 27, 9:53 AM
Unknown Object (File)
Sun, Oct 26, 12:59 PM
Unknown Object (File)
Sun, Oct 26, 9:23 AM
Unknown Object (File)
Sun, Oct 26, 3:42 AM
Unknown Object (File)
Thu, Oct 23, 3:36 PM
Unknown Object (File)
Oct 8 2025, 6:41 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