Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2dce2cf authored by Santosh Shilimkar's avatar Santosh Shilimkar
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)