mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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
This commit is contained in:
parent
e2c9475e88
commit
fdc9ee7e97
@ -108,7 +108,6 @@ if (!$kernel) {
|
||||
sub declare_function() {
|
||||
my ($name, $align, $nargs) = @_;
|
||||
if($kernel) {
|
||||
$code .= ".align $align\n";
|
||||
$code .= "SYM_FUNC_START($name)\n";
|
||||
$code .= ".L$name:\n";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user