From: Herbert Xu Date: Tue, 8 Jan 2008 06:16:44 +0000 (+1100) Subject: [CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long long X-Git-Tag: v2.6.25-rc1~1242^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb7228421c01ba48a6a88a7a5b3e71cfb70d4a9;p=pandora-kernel.git [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 --- Reading git-diff-tree failed