Replace all calls to in_interrupt() in the PowerPC crypto code with !crypto_simd_usable(). This causes the crypto self-tests to test the no-SIMD code paths when CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y. The p8_ghash algorithm is currently failing and needs to be fixed, as it produces the wrong digest when no-SIMD updates are mixed with SIMD ones. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
15 lines
360 B
Makefile
15 lines
360 B
Makefile
generated-y += syscall_table_32.h
|
|
generated-y += syscall_table_64.h
|
|
generated-y += syscall_table_c32.h
|
|
generated-y += syscall_table_spu.h
|
|
generic-y += div64.h
|
|
generic-y += export.h
|
|
generic-y += irq_regs.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += vtime.h
|
|
generic-y += msi.h
|
|
generic-y += simd.h
|