diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-05-22 08:48:00 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-22 10:26:08 -0400 |
commit | 90ba76f610b80d8fd33b8c36034172a98c5db05f (patch) | |
tree | 73ff3c7b19851f8bcbb8977b29dde038fac37af6 /arch/arm/mach-mvebu | |
parent | 4fbe63937eb2a54040de58d0726d4796412fba3d (diff) |
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1400762882-10116-3-git-send-email-thomas.petazzoni@free-electrons.com
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/coherency_ll.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mvebu/coherency_ll.S b/arch/arm/mach-mvebu/coherency_ll.S index a5e62c62819a..7d1b5a51b656 100644 --- a/arch/arm/mach-mvebu/coherency_ll.S +++ b/arch/arm/mach-mvebu/coherency_ll.S | |||
@@ -66,10 +66,10 @@ ENTRY(ll_add_cpu_to_smp_group) | |||
66 | * ll_get_cpuid, we can use it to save lr modifing it with the | 66 | * ll_get_cpuid, we can use it to save lr modifing it with the |
67 | * following bl | 67 | * following bl |
68 | */ | 68 | */ |
69 | mov r0, lr | 69 | mov r0, lr |
70 | bl ll_get_coherency_base | 70 | bl ll_get_coherency_base |
71 | bl ll_get_cpuid | 71 | bl ll_get_cpuid |
72 | mov lr, r0 | 72 | mov lr, r0 |
73 | add r0, r1, #ARMADA_XP_CFB_CFG_REG_OFFSET | 73 | add r0, r1, #ARMADA_XP_CFB_CFG_REG_OFFSET |
74 | 1: | 74 | 1: |
75 | ldrex r2, [r0] | 75 | ldrex r2, [r0] |
@@ -108,10 +108,10 @@ ENTRY(ll_disable_coherency) | |||
108 | * ll_get_cpuid, we can use it to save lr modifing it with the | 108 | * ll_get_cpuid, we can use it to save lr modifing it with the |
109 | * following bl | 109 | * following bl |
110 | */ | 110 | */ |
111 | mov r0, lr | 111 | mov r0, lr |
112 | bl ll_get_coherency_base | 112 | bl ll_get_coherency_base |
113 | bl ll_get_cpuid | 113 | bl ll_get_cpuid |
114 | mov lr, r0 | 114 | mov lr, r0 |
115 | add r0, r1, #ARMADA_XP_CFB_CTL_REG_OFFSET | 115 | add r0, r1, #ARMADA_XP_CFB_CTL_REG_OFFSET |
116 | 1: | 116 | 1: |
117 | ldrex r2, [r0] | 117 | ldrex r2, [r0] |