aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/copypage_power7.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/lib/copypage_power7.S')
-rw-r--r--arch/powerpc/lib/copypage_power7.S28
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/powerpc/lib/copypage_power7.S b/arch/powerpc/lib/copypage_power7.S
index 01e2b5db325f..a2126cebb957 100644
--- a/arch/powerpc/lib/copypage_power7.S
+++ b/arch/powerpc/lib/copypage_power7.S
@@ -113,13 +113,13 @@ _GLOBAL(copypage_power7)
113#endif 113#endif
114 114
115.Lnonvmx_copy: 115.Lnonvmx_copy:
116 std r14,STK_REG(r14)(r1) 116 std r14,STK_REG(R14)(r1)
117 std r15,STK_REG(r15)(r1) 117 std r15,STK_REG(R15)(r1)
118 std r16,STK_REG(r16)(r1) 118 std r16,STK_REG(R16)(r1)
119 std r17,STK_REG(r17)(r1) 119 std r17,STK_REG(R17)(r1)
120 std r18,STK_REG(r18)(r1) 120 std r18,STK_REG(R18)(r1)
121 std r19,STK_REG(r19)(r1) 121 std r19,STK_REG(R19)(r1)
122 std r20,STK_REG(r20)(r1) 122 std r20,STK_REG(R20)(r1)
123 123
1241: ld r0,0(r4) 1241: ld r0,0(r4)
125 ld r5,8(r4) 125 ld r5,8(r4)
@@ -157,12 +157,12 @@ _GLOBAL(copypage_power7)
157 addi r3,r3,128 157 addi r3,r3,128
158 bdnz 1b 158 bdnz 1b
159 159
160 ld r14,STK_REG(r14)(r1) 160 ld r14,STK_REG(R14)(r1)
161 ld r15,STK_REG(r15)(r1) 161 ld r15,STK_REG(R15)(r1)
162 ld r16,STK_REG(r16)(r1) 162 ld r16,STK_REG(R16)(r1)
163 ld r17,STK_REG(r17)(r1) 163 ld r17,STK_REG(R17)(r1)
164 ld r18,STK_REG(r18)(r1) 164 ld r18,STK_REG(R18)(r1)
165 ld r19,STK_REG(r19)(r1) 165 ld r19,STK_REG(R19)(r1)
166 ld r20,STK_REG(r20)(r1) 166 ld r20,STK_REG(R20)(r1)
167 addi r1,r1,STACKFRAMESIZE 167 addi r1,r1,STACKFRAMESIZE
168 blr 168 blr