Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__
[project/bcm63xx/atf.git] / include / lib / cpus / aarch64 / cortex_a53.h
index ea7181ed46905bd7291a22ac57e67c9eec13d429..6fe67a9f3d361710dbd36ea10bd26ecfa2e3a16b 100644 (file)
@@ -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 */