Skip to content

Commit

Permalink
x86: remove leftover unwind annotations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Mar 12, 2009
1 parent a98fe7f commit 9fa7266
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ ENTRY(ret_from_fork)

GET_THREAD_INFO(%rcx)

CFI_REMEMBER_STATE
RESTORE_REST

testl $3, CS-ARGOFFSET(%rsp) # from kernel_thread?
Expand All @@ -428,7 +427,6 @@ ENTRY(ret_from_fork)
RESTORE_TOP_OF_STACK %rdi, -ARGOFFSET
jmp ret_from_sys_call # go to the SYSRET fastpath

CFI_RESTORE_STATE
CFI_ENDPROC
END(ret_from_fork)

Expand Down

0 comments on commit 9fa7266

Please sign in to comment.