[CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long long
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 8 Jan 2008 06:16:44 +0000 (17:16 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:17:01 +0000 (08:17 +1100)
Thanks to David Miller for pointing out that the SLAB (or SLOB/SLUB)
cache uses the alignment of unsigned long long if the architecture
kmalloc/slab alignment macros are not defined.

This patch changes the CRYPTO_MINALIGN so that it uses the same default
value.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found