Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b8925ee2 authored by Will Deacon's avatar Will Deacon Committed by Catalin Marinas
Browse files

arm64: cpu: Move errata and feature enable callbacks closer to callers


The cpu errata and feature enable callbacks are only called via their
respective arm64_cpu_capabilities structure and therefore shouldn't
exist in the global namespace.

Move the PAN, RAS and cache maintenance emulation enable callbacks into
the same files as their corresponding arm64_cpu_capabilities structures,
making them static in the process.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 7c36447a
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