diff options
Diffstat (limited to 'arch/arm/lib/copy_template.S')
| -rw-r--r-- | arch/arm/lib/copy_template.S | 36 | 
1 files changed, 18 insertions, 18 deletions
diff --git a/arch/arm/lib/copy_template.S b/arch/arm/lib/copy_template.S index 805e3f8fb00..3bc8eb811a7 100644 --- a/arch/arm/lib/copy_template.S +++ b/arch/arm/lib/copy_template.S @@ -197,24 +197,24 @@  12:	PLD(	pld	[r1, #124]		)  13:		ldr4w	r1, r4, r5, r6, r7, abort=19f -		mov	r3, lr, pull #\pull +		mov	r3, lr, lspull #\pull  		subs	r2, r2, #32  		ldr4w	r1, r8, r9, ip, lr, abort=19f -		orr	r3, r3, r4, push #\push -		mov	r4, r4, pull #\pull -		orr	r4, r4, r5, push #\push -		mov	r5, r5, pull #\pull -		orr	r5, r5, r6, push #\push -		mov	r6, r6, pull #\pull -		orr	r6, r6, r7, push #\push -		mov	r7, r7, pull #\pull -		orr	r7, r7, r8, push #\push -		mov	r8, r8, pull #\pull -		orr	r8, r8, r9, push #\push -		mov	r9, r9, pull #\pull -		orr	r9, r9, ip, push #\push -		mov	ip, ip, pull #\pull -		orr	ip, ip, lr, push #\push +		orr	r3, r3, r4, lspush #\push +		mov	r4, r4, lspull #\pull +		orr	r4, r4, r5, lspush #\push +		mov	r5, r5, lspull #\pull +		orr	r5, r5, r6, lspush #\push +		mov	r6, r6, lspull #\pull +		orr	r6, r6, r7, lspush #\push +		mov	r7, r7, lspull #\pull +		orr	r7, r7, r8, lspush #\push +		mov	r8, r8, lspull #\pull +		orr	r8, r8, r9, lspush #\push +		mov	r9, r9, lspull #\pull +		orr	r9, r9, ip, lspush #\push +		mov	ip, ip, lspull #\pull +		orr	ip, ip, lr, lspush #\push  		str8w	r0, r3, r4, r5, r6, r7, r8, r9, ip, , abort=19f  		bge	12b  	PLD(	cmn	r2, #96			) @@ -225,10 +225,10 @@  14:		ands	ip, r2, #28  		beq	16f -15:		mov	r3, lr, pull #\pull +15:		mov	r3, lr, lspull #\pull  		ldr1w	r1, lr, abort=21f  		subs	ip, ip, #4 -		orr	r3, r3, lr, push #\push +		orr	r3, r3, lr, lspush #\push  		str1w	r0, r3, abort=21f  		bgt	15b  	CALGN(	cmp	r2, #0			)  | 
