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)
Wed, Oct 8, 6:41 AM
Unknown Object (File)
Tue, Oct 7, 6:28 AM
Unknown Object (File)
Sun, Oct 5, 7:12 AM
Unknown Object (File)
Mon, Sep 29, 1:25 PM
Unknown Object (File)
Sun, Sep 28, 1:41 PM
Unknown Object (File)
Sep 9 2025, 6:33 PM
Unknown Object (File)
Sep 6 2025, 4:59 AM
Unknown Object (File)
Sep 5 2025, 6:05 PM
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