crypto: aesni-intel - Fixed build error on x86-32
commit559ad0ff1368baea14dbc3207d55b02bd69bda4b
authorMathias Krause <minipli@googlemail.com>
Mon, 29 Nov 2010 00:35:39 +0000 (29 08:35 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 29 Nov 2010 00:35:39 +0000 (29 08:35 +0800)
treec1f329dd3b3084e0df26cc6436586265f79bf838
parentc762be637503b833012457087133c1292fd6056d
crypto: aesni-intel - Fixed build error on x86-32

Exclude AES-GCM code for x86-32 due to heavy usage of 64-bit registers
not available on x86-32.

While at it, fixed unregister order in aesni_exit().

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/aesni-intel_asm.S
arch/x86/crypto/aesni-intel_glue.c