crypto: vmx - Fix aes_p8_xts_decrypt build failure
We use _GLOBAL so there is no need to do the manual alignment, in fact it causes a build failure. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
48a9343216
commit
16dee78005
|
@ -2125,8 +2125,6 @@ Lxts_enc_ret:
|
||||||
.size .${prefix}_xts_encrypt,.-.${prefix}_xts_encrypt
|
.size .${prefix}_xts_encrypt,.-.${prefix}_xts_encrypt
|
||||||
|
|
||||||
.globl .${prefix}_xts_decrypt
|
.globl .${prefix}_xts_decrypt
|
||||||
.align 5
|
|
||||||
.${prefix}_xts_decrypt:
|
|
||||||
mr $inp,r3 # reassign
|
mr $inp,r3 # reassign
|
||||||
li r3,-1
|
li r3,-1
|
||||||
${UCMP}i $len,16
|
${UCMP}i $len,16
|
||||||
|
|
Loading…
Reference in New Issue