aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/sha256_ni_asm.S
diff options
context:
space:
mode:
authorGravatar Thomas Gleixner <tglx@linutronix.de> 2022-09-15 13:10:57 +0200
committerGravatar Peter Zijlstra <peterz@infradead.org> 2022-10-17 16:41:02 +0200
commit3ba56d0b87113785413dfc5b9910d45001cc4eeb (patch)
treee02f6188a1103e2c8ae243051207e2edf7361115 /arch/x86/crypto/sha256_ni_asm.S
parentcrypto: x86/sha1: Remove custom alignments (diff)
downloadlinux-3ba56d0b87113785413dfc5b9910d45001cc4eeb.tar.gz
linux-3ba56d0b87113785413dfc5b9910d45001cc4eeb.tar.bz2
linux-3ba56d0b87113785413dfc5b9910d45001cc4eeb.zip
crypto: x86/sha256: 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 <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20220915111144.766564176@infradead.org
Diffstat (limited to 'arch/x86/crypto/sha256_ni_asm.S')
-rw-r--r--arch/x86/crypto/sha256_ni_asm.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/crypto/sha256_ni_asm.S b/arch/x86/crypto/sha256_ni_asm.S
index 94d50dd27cb5..b3f1a1a12027 100644
--- a/arch/x86/crypto/sha256_ni_asm.S
+++ b/arch/x86/crypto/sha256_ni_asm.S
@@ -96,7 +96,6 @@
*/
.text
-.align 32
SYM_FUNC_START(sha256_ni_transform)
shl $6, NUM_BLKS /* convert to bytes */