Commit 2ddf9b7b authored by Jan Beulich's avatar Jan Beulich Committed by H. Peter Anvin

i386/xen: add proper unwind annotations to xen_sysenter_target

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 95c7c23b
......@@ -1024,6 +1024,7 @@ ENDPROC(kernel_thread_helper)
ENTRY(xen_sysenter_target)
RING0_INT_FRAME
addl $5*4, %esp /* remove xen-provided frame */
CFI_ADJUST_CFA_OFFSET -5*4
jmp sysenter_past_esp
CFI_ENDPROC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment