diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-07-10 14:09:20 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 14:49:28 -0400 |
commit | 557d7d4e294ee6fb1db0cb6c1ec97a1c908b880d (patch) | |
tree | b5b25b09455f2e873d724478995884ef6e3eb253 /arch/x86/kernel/entry_32.S | |
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>
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-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 53393c306e11..cfe28a715434 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S | |||
@@ -1024,6 +1024,7 @@ ENTRY(xen_sysenter_target) | |||
1024 | RING0_INT_FRAME | 1024 | RING0_INT_FRAME |
1025 | addl $5*4, %esp /* remove xen-provided frame */ | 1025 | addl $5*4, %esp /* remove xen-provided frame */ |
1026 | jmp sysenter_past_esp | 1026 | jmp sysenter_past_esp |
1027 | CFI_ENDPROC | ||
1027 | 1028 | ||
1028 | ENTRY(xen_hypervisor_callback) | 1029 | ENTRY(xen_hypervisor_callback) |
1029 | CFI_STARTPROC | 1030 | CFI_STARTPROC |