HomeFreeBSD

amd64: align the .data.exclusive_cache_line section to 128

Description

amd64: align the .data.exclusive_cache_line section to 128

This aligns the section itself compared to other sections, does not change
internal alignment of fields stored inside. This may or may not come later.

The motivation is partially combating adverse effects of the adjacent cache
line prefetcher. Without the annotation part of read_mostly section was on
the line of fire.

Details

Provenance
mjgAuthored on
Parents
rS333485: epoch(9): callback task fixes
Branches
Unknown
Tags
Unknown