Skip to content
Commit f0d5375e authored by Will Deacon's avatar Will Deacon Committed by Russell King
Browse files

ARM: 7289/1: vmlinux.lds.S: do not hardcode cacheline size as 32 bytes



The linker script assumes a cacheline size of 32 bytes when aligning
the .data..cacheline_aligned and .data..percpu sections.

This patch updates the script to use L1_CACHE_BYTES, which should be set
to 64 on platforms that require it.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 06e99051
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment