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)
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

index bacac22b20c2ec7da09a3f616fb1c70c9cae337e..1cd792db15efe760e3a6fc8b17b9a4c4e6f35233 100644 (file)
@@ -623,7 +623,6 @@ _loop3:
  */
 .macro SHA1_VECTOR_ASM  name
        ENTRY(\name)
-       .align 4096
 
        push    %rbx
        push    %rbp
This page took 0.024472 seconds and 5 git commands to generate.