x86/paravirt: Properly align PV functions
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Sep 2022 11:10:50 +0000 (13:10 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:40:59 +0000 (16:40 +0200)
commit1d293758e548aa6ff65e4dd3f5a9bc2a34b38ce3
treeb11599591dda098388b26fe07291e5cef69064f8
parent1934dc9a8a92fda36ab80cfd55edab1708dcdf9a
x86/paravirt: Properly align PV functions

Ensure inline asm functions are consistently aligned with compiler
generated and SYM_FUNC_START*() functions.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220915111144.038540008@infradead.org
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/qspinlock_paravirt.h
arch/x86/kernel/kvm.c
arch/x86/kernel/paravirt.c