crypto: x86/sha1 - reduce size of the AVX2 asm implementation
authorMathias Krause <minipli@googlemail.com>
Mon, 24 Mar 2014 16:10:39 +0000 (17:10 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 25 Mar 2014 12:25:43 +0000 (20:25 +0800)
commit37b28947170ebe55cb4f689ded5857d943c6578e
tree63574514fa56bb94400fbc0b9d3f32d4d94535bb
parent6c8c17cc7a8806dde074d7c0bf4d519dd4d028c5
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 <mouli@linux.intel.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Reviewed-by: H. Peter Anvin <hpa@linux.intel.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/sha1_avx2_x86_64_asm.S
This page took 0.02646 seconds and 5 git commands to generate.