Skip to content
Snippets Groups Projects
Commit 557d7d4e authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: use matching CFI_ENDPROC


The RING0_INT_FRAME macro defines a CFI_STARTPROC.
So we should really be using CFI_ENDPROC after it.

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d9fc3fd3
No related branches found
No related tags found
No related merge requests found
...@@ -1024,6 +1024,7 @@ ENTRY(xen_sysenter_target) ...@@ -1024,6 +1024,7 @@ ENTRY(xen_sysenter_target)
RING0_INT_FRAME RING0_INT_FRAME
addl $5*4, %esp /* remove xen-provided frame */ addl $5*4, %esp /* remove xen-provided frame */
jmp sysenter_past_esp jmp sysenter_past_esp
CFI_ENDPROC
ENTRY(xen_hypervisor_callback) ENTRY(xen_hypervisor_callback)
CFI_STARTPROC CFI_STARTPROC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment