diff options
Diffstat (limited to 'arch/powerpc/crypto/sha1-powerpc-asm.S')
| -rw-r--r-- | arch/powerpc/crypto/sha1-powerpc-asm.S | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/crypto/sha1-powerpc-asm.S b/arch/powerpc/crypto/sha1-powerpc-asm.S index a5f8264d2d3..125e1652006 100644 --- a/arch/powerpc/crypto/sha1-powerpc-asm.S +++ b/arch/powerpc/crypto/sha1-powerpc-asm.S @@ -113,7 +113,7 @@  	STEPUP4((t)+16, fn)  _GLOBAL(powerpc_sha_transform) -	PPC_STLU r1,-STACKFRAMESIZE(r1) +	PPC_STLU r1,-INT_FRAME_SIZE(r1)  	SAVE_8GPRS(14, r1)  	SAVE_10GPRS(22, r1) @@ -175,5 +175,5 @@ _GLOBAL(powerpc_sha_transform)  	REST_8GPRS(14, r1)  	REST_10GPRS(22, r1) -	addi	r1,r1,STACKFRAMESIZE +	addi	r1,r1,INT_FRAME_SIZE  	blr  |