提交 c2a3ce6f 编写于 作者: T Thomas Gleixner 提交者: Peter Zijlstra

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: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220915111144.662580589@infradead.org
上级 8b442216
......@@ -92,7 +92,6 @@
* numBlocks: Number of blocks to process
*/
.text
.align 32
SYM_FUNC_START(sha1_ni_transform)
push %rbp
mov %rsp, %rbp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册