crypto: x86/poly1305: Remove custom function alignment
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Sep 2022 11:11:00 +0000 (13:11 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:41:03 +0000 (16:41 +0200)
commitfdc9ee7e97aa2c1dfa7ebb092fffec40ffa59108
tree222555448d92232d44440169e4cc34e62acd07cc
parente2c9475e88f70820270ca5cc81a1ae2fda262278
crypto: x86/poly1305: Remove custom function alignment

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/20220915111145.073285765@infradead.org
arch/x86/crypto/poly1305-x86_64-cryptogams.pl