Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
942bb52e
Commit
942bb52e
authored
Oct 21, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Oct 21, 2019
Browse files
Merge "Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__" into integration
parents
879389ed
89632e6a
Changes
2
Show whitespace changes
Inline
Side-by-side
include/lib/cpus/aarch64/cortex_a53.h
View file @
942bb52e
...
...
@@ -76,8 +76,8 @@
/*******************************************************************************
* Helper function to access a53_cpuectlr_el1 register on Cortex-A53 CPUs
******************************************************************************/
#ifndef __ASSEMBL
Y
__
#ifndef __ASSEMBL
ER
__
DEFINE_RENAME_SYSREG_RW_FUNCS
(
a53_cpuectlr_el1
,
CORTEX_A53_ECTLR_EL1
)
#endif
#endif
/* __ASSEMBLER__ */
#endif
/* CORTEX_A53_H */
include/lib/cpus/aarch64/cortex_a73.h
View file @
942bb52e
...
...
@@ -38,8 +38,8 @@
/*******************************************************************************
* Helper function to access a73_cpuectlr_el1 register on Cortex-A73 CPUs
******************************************************************************/
#ifndef __ASSEMBL
Y
__
#ifndef __ASSEMBL
ER
__
DEFINE_RENAME_SYSREG_RW_FUNCS
(
a73_cpuectlr_el1
,
CORTEX_A73_CPUECTLR_EL1
)
#endif
#endif
/* __ASSEMBLER__ */
#endif
/* CORTEX_A73_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment