x86/error_inject: Align function properly
authorPeter Zijlstra <peterz@infradead.org>
Thu, 15 Sep 2022 11:10:49 +0000 (13:10 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:40:59 +0000 (16:40 +0200)
Ensure inline asm functions are consistently aligned with compiler
generated and SYM_FUNC_START*() functions.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220915111143.930201368@infradead.org
arch/x86/lib/error-inject.c

index 1e3de07..b5a6d83 100644 (file)
@@ -11,6 +11,7 @@ asm(
        ".text\n"
        ".type just_return_func, @function\n"
        ".globl just_return_func\n"
+       ASM_FUNC_ALIGN
        "just_return_func:\n"
                ANNOTATE_NOENDBR
                ASM_RET