Commit c2dce2cf authored by Santosh Shilimkar's avatar Santosh Shilimkar

ARM: keystone: Drop the un-necessary dsb from keystone_cpu_smc()

This was added because of some legacy reasons from OMAP SOCs but
after testing and verifying with the keystone hardware folks, the
dsb in keystone_cpu_smc() is not necessary.

So drop it.
Reported-by: default avatarDave Martin <dave.martin@linaro.org>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 993211e0
......@@ -24,6 +24,5 @@
ENTRY(keystone_cpu_smc)
stmfd sp!, {r4-r11, lr}
smc #0
dsb
ldmfd sp!, {r4-r11, pc}
ENDPROC(keystone_cpu_smc)
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