commit | aec0bff757c937489d003ab7b36c52e77e4b096a | [log] [tgz] |
---|---|---|
author | Andrew Murray <andrew.murray@arm.com> | Tue Apr 09 10:52:41 2019 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Apr 16 16:27:35 2019 +0100 |
tree | 3ce7e91045b1b1265a7d6ad3b708325fafec8074 | |
parent | aaba098fe6ce594ae6f963dc041be6307e499f19 [diff] |
arm64: HWCAP: encapsulate elf_hwcap The introduction of AT_HWCAP2 introduced accessors which ensure that hwcap features are set and tested appropriately. Let's now mandate access to elf_hwcap via these accessors by making elf_hwcap static within cpufeature.c. Signed-off-by: Andrew Murray <andrew.murray@arm.com> Reviewed-by: Dave Martin <Dave.Martin@arm.com> Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>