arm64/cpufeature: Consistently use symbolic constants for min_field_value
authorMark Brown <broonie@kernel.org>
Wed, 12 Apr 2023 17:13:30 +0000 (18:13 +0100)
committerWill Deacon <will@kernel.org>
Mon, 17 Apr 2023 12:03:14 +0000 (13:03 +0100)
commit21642da214a9676727cd32b8e7f2906259502f00
tree8288a47ae6ccdc6dca234be10415e283ceeeae3b
parent876e3c8efe79d7f21dadd711837ba9a495c2246a
arm64/cpufeature: Consistently use symbolic constants for min_field_value

A number of the cpufeatures use raw numbers for the minimum field values
specified rather than symbolic constants. In preparation for the use of
helper macros replace all these with the appropriate constants.

No change in the generated binary.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230303-arm64-cpufeature-helpers-v2-2-4c8f28a6f203@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/cpufeature.c