From: Thomas Gleixner Date: Thu, 15 Sep 2022 11:10:56 +0000 (+0200) Subject: crypto: x86/sha1: Remove custom alignments X-Git-Tag: v6.6.17~5918^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2a3ce6fdb122b12bc4cfffd28ecf8a9fb0d6736;p=platform%2Fkernel%2Flinux-rpi.git crypto: x86/sha1: Remove custom alignments SYM_FUNC_START*() and friends already imply alignment, remove custom alignment hacks to make code consistent. This prepares for future function call ABI changes. Signed-off-by: Thomas Gleixner Signed-off-by: Peter Zijlstra (Intel) Link: https://lore.kernel.org/r/20220915111144.662580589@infradead.org --- diff --git a/arch/x86/crypto/sha1_ni_asm.S b/arch/x86/crypto/sha1_ni_asm.S index 2f94ec0..cd943b2 100644 --- a/arch/x86/crypto/sha1_ni_asm.S +++ b/arch/x86/crypto/sha1_ni_asm.S @@ -92,7 +92,6 @@ * numBlocks: Number of blocks to process */ .text -.align 32 SYM_FUNC_START(sha1_ni_transform) push %rbp mov %rsp, %rbp