Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
drivers/crypto/vmx/aesp8-ppc.pl
··· 2125 2125 .size .${prefix}_xts_encrypt,.-.${prefix}_xts_encrypt 2126 2126 2127 2127 .globl .${prefix}_xts_decrypt 2128 - .align 5 2129 - .${prefix}_xts_decrypt: 2130 2128 mr $inp,r3 # reassign 2131 2129 li r3,-1 2132 2130 ${UCMP}i $len,16