CPU: Correct names of implementation-defined aux regs
At present, various CPU register macros that refer to CPUACTLR are named
ACTLR. This patch fixes that.

The previous register names are retained, but guarded by the
ERROR_DEPRECATED macro, so as not to break platforms that continue using
the old names.

Change-Id: Ia872196d81803f8f390b887d149e0fd054df519b
Signed-off-by: Eleanor Bonnici <Eleanor.bonnici@arm.com>
1 parent e4e6c4b commit 80bcf98151299473771e77678d57b30cb4a65aca
@Eleanor Bonnici Eleanor Bonnici authored on 9 Aug 2017
Jeenu Viswambharan committed on 29 Aug 2017
Showing 12 changed files
View
include/lib/cpus/aarch32/cortex_a53.h
View
include/lib/cpus/aarch32/cortex_a57.h
View
include/lib/cpus/aarch32/cortex_a72.h
View
include/lib/cpus/aarch64/cortex_a53.h
View
include/lib/cpus/aarch64/cortex_a57.h
View
include/lib/cpus/aarch64/cortex_a72.h
View
lib/cpus/aarch32/cortex_a53.S
View
lib/cpus/aarch32/cortex_a57.S
View
lib/cpus/aarch32/cortex_a72.S
View
lib/cpus/aarch64/cortex_a53.S
View
lib/cpus/aarch64/cortex_a57.S
View
lib/cpus/aarch64/cortex_a72.S