]> git.baikalelectronics.ru Git - kernel.git/commit
x86: xen: remove STACK_FRAME_NON_STANDARD from xen_cpuid
authorMaximilian Heyne <mheyne@amazon.de>
Tue, 17 May 2022 16:24:25 +0000 (16:24 +0000)
committerJuergen Gross <jgross@suse.com>
Thu, 19 May 2022 12:39:50 +0000 (14:39 +0200)
commiteff8e37668ae2c61b33fa89dae3135e8aa28e140
treef93c8aee699069927bf841f2de417f7b16bd72fc
parent7af4d0cd178b182bd1eda115799a8019496c1331
x86: xen: remove STACK_FRAME_NON_STANDARD from xen_cpuid

Since commit 70b218f83fc2 ("x86: xen: insn: Decode Xen and KVM
emulate-prefix signature"), objtool is able to correctly parse the
prefixed instruction in xen_cpuid and emit correct orc unwind
information. Hence, marking the function as STACKFRAME_NON_STANDARD is
no longer needed.

This commit is basically a revert of commit 214ca7285f7d ("x86/xen: Mark
xen_cpuid() stack frame as non-standard").

Signed-off-by: Maximilian Heyne <mheyne@amazon.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
CC: Josh Poimboeuf <jpoimboe@kernel.org>
Link: https://lore.kernel.org/r/20220517162425.100567-1-mheyne@amazon.de
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/enlighten_pv.c