arm64: cpufeature: use cpucap naming
authorMark Rutland <mark.rutland@arm.com>
Wed, 7 Jun 2023 16:48:45 +0000 (17:48 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 7 Jun 2023 16:57:48 +0000 (17:57 +0100)
commit1c8ae42975bd708f6c8c73d011025868b23076b3
tree1bf2f08ed2f1856ac2b4f167a2f38da75265891f
parent5235c7e2cfccb5bbd71aeda26240bb7877072782
arm64: cpufeature: use cpucap naming

To more clearly align the various users of the cpucap enumeration, this patch
changes the cpufeature code to use the term `cpucap` in favour of `cpu_hwcap`.
This more clearly aligns with other users of the cpucaps, and avoids confusion
with the ELF hwcaps.

There should be no functional change as a result of this patch; this is
purely a renaming exercise.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20230607164846.3967305-4-mark.rutland@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/cpufeature.c