forked from luck/tmp_suning_uos_patched
i386/xen: add proper unwind annotations to xen_sysenter_target
Signed-off-by: Jan Beulich <jbeulich@novell.com> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
95c7c23b06
commit
2ddf9b7b3e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user