aboutsummaryrefslogtreecommitdiff
path: root/include/lib/el3_runtime/cpu_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/el3_runtime/cpu_data.h')
-rw-r--r--include/lib/el3_runtime/cpu_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/el3_runtime/cpu_data.h b/include/lib/el3_runtime/cpu_data.h
index 9e1d7f16c..66c47ab78 100644
--- a/include/lib/el3_runtime/cpu_data.h
+++ b/include/lib/el3_runtime/cpu_data.h
@@ -49,7 +49,7 @@
#define CPU_DATA_PMF_TS0_IDX 0
#endif
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
#include <arch_helpers.h>
#include <lib/cassert.h>
@@ -161,5 +161,5 @@ void init_cpu_ops(void);
sizeof(((cpu_data_t *)0)->_m))
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
#endif /* CPU_DATA_H */