Commit 89632e6a authored by Balint Dobszay's avatar Balint Dobszay
Browse files

Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__



Change-Id: I497072575231730a216220f84a6d349a48eaf5e3
Signed-off-by: default avatarBalint Dobszay <balint.dobszay@arm.com>
parent 6f0c77f0
......@@ -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 */
......@@ -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 */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment