From: Mathias Krause Date: Thu, 24 May 2012 09:13:42 +0000 (+0200) Subject: crypto: sha1 - use Kbuild supplied flags for AVX test X-Git-Tag: v3.6-rc1~94^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65df57743924c3d13e1fa1bcf5bf70fe874fcdfd;p=pandora-kernel.git crypto: sha1 - use Kbuild supplied flags for AVX test Commit ea4d26ae ("raid5: add AVX optimized RAID5 checksumming") introduced x86/ arch wide defines for AFLAGS and CFLAGS indicating AVX support in binutils based on the same test we have in x86/crypto/ right now. To minimize duplication drop our implementation in favour to the one in x86/. Signed-off-by: Mathias Krause Signed-off-by: Herbert Xu --- Reading git-diff-tree failed