Commit 3eac92d2 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

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: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 2693f1db
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment