aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@novell.com>2011-02-28 10:54:40 -0500
committerIngo Molnar <mingo@elte.hu>2011-02-28 12:06:22 -0500
commit60cf637a13932a4750da6746efd0199e8a4c341b (patch)
tree854edd9df2593f86b2c434d6830e6d2a26080b7b /arch/x86/kernel/entry_32.S
parent39f2205e1abd1b6fffdaf45e1f1c3049a5f8999c (diff)
x86: Use {push,pop}_cfi in more places
Cleaning up and shortening code... Signed-off-by: Jan Beulich <jbeulich@novell.com> Cc: Alexander van Heukelum <heukelum@fastmail.fm> LKML-Reference: <4D6BD35002000078000341DA@vpn.id2.novell.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.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index 49bdedd2dbcf..2878821cb8c1 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -1409,8 +1409,7 @@ END(general_protection)
1409#ifdef CONFIG_KVM_GUEST 1409#ifdef CONFIG_KVM_GUEST
1410ENTRY(async_page_fault) 1410ENTRY(async_page_fault)
1411 RING0_EC_FRAME 1411 RING0_EC_FRAME
1412 pushl $do_async_page_fault 1412 pushl_cfi $do_async_page_fault
1413 CFI_ADJUST_CFA_OFFSET 4
1414 jmp error_code 1413 jmp error_code
1415 CFI_ENDPROC 1414 CFI_ENDPROC
1416END(apf_page_fault) 1415END(apf_page_fault)