Skip to content

Commit

Permalink
crypto: vmx - Fix aes_p8_xts_decrypt build failure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Herbert Xu committed Jul 20, 2016
1 parent 48a9343 commit 16dee78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/crypto/vmx/aesp8-ppc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2125,8 +2125,6 @@ ()
.size .${prefix}_xts_encrypt,.-.${prefix}_xts_encrypt
.globl .${prefix}_xts_decrypt
.align 5
.${prefix}_xts_decrypt:
mr $inp,r3 # reassign
li r3,-1
${UCMP}i $len,16
Expand Down

0 comments on commit 16dee78

Please sign in to comment.