x86: remove leftover unwind annotations
Impact: cleanup These got left in needlessly when ret_from_fork got simplified. Signed-off-by: Jan Beulich <jbeulich@novell.com> LKML-Reference: <49B8F355.76E4.0078.0@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
a98fe7f342
commit
9fa7266c2f
|
@ -416,7 +416,6 @@ ENTRY(ret_from_fork)
|
||||||
|
|
||||||
GET_THREAD_INFO(%rcx)
|
GET_THREAD_INFO(%rcx)
|
||||||
|
|
||||||
CFI_REMEMBER_STATE
|
|
||||||
RESTORE_REST
|
RESTORE_REST
|
||||||
|
|
||||||
testl $3, CS-ARGOFFSET(%rsp) # from kernel_thread?
|
testl $3, CS-ARGOFFSET(%rsp) # from kernel_thread?
|
||||||
|
@ -428,7 +427,6 @@ ENTRY(ret_from_fork)
|
||||||
RESTORE_TOP_OF_STACK %rdi, -ARGOFFSET
|
RESTORE_TOP_OF_STACK %rdi, -ARGOFFSET
|
||||||
jmp ret_from_sys_call # go to the SYSRET fastpath
|
jmp ret_from_sys_call # go to the SYSRET fastpath
|
||||||
|
|
||||||
CFI_RESTORE_STATE
|
|
||||||
CFI_ENDPROC
|
CFI_ENDPROC
|
||||||
END(ret_from_fork)
|
END(ret_from_fork)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue