mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-15 19:45:26 +00:00
x86/error_inject: Align function properly
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
This commit is contained in:
parent
8eb5d34e77
commit
1934dc9a8a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue