arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistency

Other CPU features follow an 'ARM64_HAS_*' naming scheme, so do the same
for the LSE atomics.

Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
Will Deacon
2015-07-27 14:11:55 +01:00
parent 95eff6b27c
commit c739dc83a0
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#define ARM64_WORKAROUND_845719 2
#define ARM64_HAS_SYSREG_GIC_CPUIF 3
#define ARM64_HAS_PAN 4
#define ARM64_CPU_FEAT_LSE_ATOMICS 5
#define ARM64_HAS_LSE_ATOMICS 5
#define ARM64_NCAPS 6