diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-07-10 15:09:20 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 20:49:28 +0200 |
commit | 557d7d4e294ee6fb1db0cb6c1ec97a1c908b880d (patch) | |
tree | b5b25b09455f2e873d724478995884ef6e3eb253 | |
parent | d9fc3fd3fab186447b5d2e7db3c2ee149064cc7c (diff) |
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: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/entry_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index 53393c306e1..cfe28a71543 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S @@ -1024,6 +1024,7 @@ ENTRY(xen_sysenter_target) RING0_INT_FRAME addl $5*4, %esp /* remove xen-provided frame */ jmp sysenter_past_esp + CFI_ENDPROC ENTRY(xen_hypervisor_callback) CFI_STARTPROC |