mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(ras): do not put RAS check before esb macro" into integration
This commit is contained in:
commit
e31de867a2
1 changed files with 3 additions and 2 deletions
|
@ -186,11 +186,12 @@
|
|||
.space SPINLOCK_ASM_SIZE
|
||||
.endm
|
||||
|
||||
#if RAS_EXTENSION
|
||||
/*
|
||||
* With RAS extension executes esb instruction, else NOP
|
||||
*/
|
||||
.macro esb
|
||||
.inst 0xd503221f
|
||||
.endm
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Helper macro to read system register value into x0
|
||||
|
|
Loading…
Add table
Reference in a new issue