crypto: aesni-intel - Merge with fpu.ko
authorAndy Lutomirski <luto@mit.edu>
Mon, 16 May 2011 05:12:47 +0000 (15:12 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 16 May 2011 05:12:47 +0000 (15:12 +1000)
commitb23b64516500df6b70fcafb820970f18538252cf
treeaba2a9ac7384c4d4b64601bd1969dca703b43b52
parent6ef84509f3d439ed2d43ea40080643efec37f54f
crypto: aesni-intel - Merge with fpu.ko

Loading fpu without aesni-intel does nothing.  Loading aesni-intel
without fpu causes modes like xts to fail.  (Unloading
aesni-intel will restore those modes.)

One solution would be to make aesni-intel depend on fpu, but it
seems cleaner to just combine the modules.

This is probably responsible for bugs like:
https://bugzilla.redhat.com/show_bug.cgi?id=589390

Signed-off-by: Andy Lutomirski <luto@mit.edu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/aesni-intel_glue.c
arch/x86/crypto/fpu.c
crypto/Kconfig