mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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: Dave Martin <dave.martin@linaro.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
This commit is contained in:
parent
993211e08a
commit
c2dce2cf48
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user