Browse Source

Merge "Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__" into integration

pull/1936/head
Soby Mathew 5 years ago
committed by TrustedFirmware Code Review
parent
commit
942bb52e99
  1. 4
      include/lib/cpus/aarch64/cortex_a53.h
  2. 4
      include/lib/cpus/aarch64/cortex_a73.h

4
include/lib/cpus/aarch64/cortex_a53.h

@ -76,8 +76,8 @@
/*******************************************************************************
* Helper function to access a53_cpuectlr_el1 register on Cortex-A53 CPUs
******************************************************************************/
#ifndef __ASSEMBLY__
#ifndef __ASSEMBLER__
DEFINE_RENAME_SYSREG_RW_FUNCS(a53_cpuectlr_el1, CORTEX_A53_ECTLR_EL1)
#endif
#endif /* __ASSEMBLER__ */
#endif /* CORTEX_A53_H */

4
include/lib/cpus/aarch64/cortex_a73.h

@ -38,8 +38,8 @@
/*******************************************************************************
* Helper function to access a73_cpuectlr_el1 register on Cortex-A73 CPUs
******************************************************************************/
#ifndef __ASSEMBLY__
#ifndef __ASSEMBLER__
DEFINE_RENAME_SYSREG_RW_FUNCS(a73_cpuectlr_el1, CORTEX_A73_CPUECTLR_EL1)
#endif
#endif /* __ASSEMBLER__ */
#endif /* CORTEX_A73_H */

Loading…
Cancel
Save