Re: [PATCH] powerpc/crypto: Fix aes-gcm-p10 build when VSX=n

2023-05-25 Thread Michael Ellerman
Joel Stanley writes: > On Mon, 15 May 2023 at 12:48, Michael Ellerman wrote: >> >> When VSX is disabled, eg. microwatt_defconfig, the build fails with: >> >> In function ‘enable_kernel_vsx’, >> inlined from ‘vsx_begin’ at >> arch/powerpc/crypto/aes-gcm-p10-glue.c:68:2, >> inlined f

Re: [PATCH] powerpc/crypto: Fix aes-gcm-p10 build when VSX=n

2023-05-16 Thread Joel Stanley
On Mon, 15 May 2023 at 12:48, Michael Ellerman wrote: > > When VSX is disabled, eg. microwatt_defconfig, the build fails with: > > In function ‘enable_kernel_vsx’, > inlined from ‘vsx_begin’ at arch/powerpc/crypto/aes-gcm-p10-glue.c:68:2, > inlined from ‘p10_aes_gcm_crypt.constprop’

[PATCH] powerpc/crypto: Fix aes-gcm-p10 build when VSX=n

2023-05-15 Thread Michael Ellerman
When VSX is disabled, eg. microwatt_defconfig, the build fails with: In function ‘enable_kernel_vsx’, inlined from ‘vsx_begin’ at arch/powerpc/crypto/aes-gcm-p10-glue.c:68:2, inlined from ‘p10_aes_gcm_crypt.constprop’ at arch/powerpc/crypto/aes-gcm-p10-glue.c:244:2: ... arch/pow