[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)
commit6eb7228421c01ba48a6a88a7a5b3e71cfb70d4a9
tree15ec08e0ede5ca43e348a30176cd7c96ffb7985d
parent38ed9ab23b8614c9c1553b2961ef2627f3088fd9
[CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long long

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>
include/linux/crypto.h