arm64/sysreg: Fix a few missed conversions
authorNathan Chancellor <nathan@kernel.org>
Mon, 19 Sep 2022 16:09:28 +0000 (09:09 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 21 Sep 2022 08:24:29 +0000 (09:24 +0100)
commitdb74cd6337d2691ea932e36b84683090f0712ec1
tree4561077e0622411d65fbcf25fde697014fb06a40
parent10453bf149c9539c446574932f00ea50438cede5
arm64/sysreg: Fix a few missed conversions

After the conversion to automatically generating the ID_AA64DFR0_EL1
definition names, the build fails in a few different places because some
of the definitions were not changed to their new names along the way.
Update the names to resolve the build errors.

Fixes: c0357a73fa4a ("arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220919160928.3905780-1-nathan@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
drivers/hwtracing/coresight/coresight-etm4x-core.c
drivers/hwtracing/coresight/coresight-trbe.h
drivers/perf/arm_spe_pmu.c