commit | 65df57743924c3d13e1fa1bcf5bf70fe874fcdfd | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Thu May 24 11:13:42 2012 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 12 16:37:16 2012 +0800 |
tree | 122291d27b0ea9aeed2e1e454a62f83a8aed3aa5 | |
parent | 4e3c8a1b1c63482403e9d5e3148dee1a711e4b91 [diff] |
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 <minipli@googlemail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>