mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
cpus: denver: remove barrier from denver_enable_dco()
This patch removes unnecessary `isb` from the enable DCO sequence as there is no need to synchronize this operation. Change-Id: I0191e684bbc7fdba635c3afbc4e4ecd793b6f06f Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
parent
2693f1dbc7
commit
3eac92d264
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ func denver_enable_dco
|
|||
mov x1, #1
|
||||
lsl x1, x1, x0
|
||||
msr s3_0_c15_c0_2, x1
|
||||
isb
|
||||
ret
|
||||
endfunc denver_enable_dco
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue