From: Mathias Krause Date: Mon, 24 Mar 2014 16:10:39 +0000 (+0100) Subject: crypto: x86/sha1 - reduce size of the AVX2 asm implementation X-Git-Tag: v3.15-rc1~111^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b28947170ebe55cb4f689ded5857d943c6578e;p=pandora-kernel.git crypto: x86/sha1 - reduce size of the AVX2 asm implementation There is really no need to page align sha1_transform_avx2. The default alignment is just fine. This is not the hot code but only the entry point, after all. Cc: Chandramouli Narayanan Signed-off-by: Mathias Krause Reviewed-by: H. Peter Anvin Reviewed-by: Marek Vasut Signed-off-by: Herbert Xu --- Reading git-diff-tree failed