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)
Thu, Aug 13, 11:55 AM
Unknown Object (File)
Wed, Aug 12, 11:11 PM
Unknown Object (File)
Tue, Aug 11, 7:10 AM
Unknown Object (File)
Mon, Aug 10, 7:49 PM
Unknown Object (File)
Mon, Aug 10, 11:53 AM
Unknown Object (File)
Mon, Aug 10, 11:52 AM
Unknown Object (File)
Mon, Aug 10, 4:16 AM
Unknown Object (File)
Sat, Aug 8, 1:03 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