]> Git Repo - linux.git/commitdiff
x86: remove leftover unwind annotations
authorJan Beulich <[email protected]>
Thu, 12 Mar 2009 10:34:45 +0000 (10:34 +0000)
committerIngo Molnar <[email protected]>
Thu, 12 Mar 2009 10:50:39 +0000 (11:50 +0100)
Impact: cleanup

These got left in needlessly when ret_from_fork got simplified.

Signed-off-by: Jan Beulich <[email protected]>
LKML-Reference: <49B8F355[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/entry_64.S

index 7ba4621c0dfa018393833c3f87703c0db126e38a..54866bb5d38c80dc7906002251361be6c1acc61d 100644 (file)
@@ -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?
@@ -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)
 
This page took 0.055744 seconds and 4 git commands to generate.