提交 90ba76f6 编写于 作者: T Thomas Petazzoni 提交者: Jason Cooper

ARM: mvebu: fix indentation of assembly instructions in coherency_ll.S

This commit does not make any functional change, it only fixes the
indentation of a few assembly instructions in
arch/arm/mach-mvebu/coherency_ll.S.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1400762882-10116-3-git-send-email-thomas.petazzoni@free-electrons.comAcked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 4fbe6393
......@@ -66,10 +66,10 @@ ENTRY(ll_add_cpu_to_smp_group)
* ll_get_cpuid, we can use it to save lr modifing it with the
* following bl
*/
mov r0, lr
mov r0, lr
bl ll_get_coherency_base
bl ll_get_cpuid
mov lr, r0
mov lr, r0
add r0, r1, #ARMADA_XP_CFB_CFG_REG_OFFSET
1:
ldrex r2, [r0]
......@@ -108,10 +108,10 @@ ENTRY(ll_disable_coherency)
* ll_get_cpuid, we can use it to save lr modifing it with the
* following bl
*/
mov r0, lr
mov r0, lr
bl ll_get_coherency_base
bl ll_get_cpuid
mov lr, r0
mov lr, r0
add r0, r1, #ARMADA_XP_CFB_CTL_REG_OFFSET
1:
ldrex r2, [r0]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册