[PATCH] x86-64: remove meaningless unwind annotations

From: Jan Beulich
Date: Thu Mar 12 2009 - 06:54:28 EST


These got left in needlessly when ret_from_fork got simplified.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

---
arch/x86/kernel/entry_64.S | 2 --
1 file changed, 2 deletions(-)

--- linux-2.6.29-rc7/arch/x86/kernel/entry_64.S 2009-03-11 17:52:10.000000000 +0100
+++ 2.6.29-rc7-x86_64-unwind-ret_from_fork/arch/x86/kernel/entry_64.S 2009-03-10 16:41:53.000000000 +0100
@@ -418,7 +418,6 @@ ENTRY(ret_from_fork)

GET_THREAD_INFO(%rcx)

- CFI_REMEMBER_STATE
RESTORE_REST

testl $3, CS-ARGOFFSET(%rsp) # from kernel_thread?
@@ -430,7 +429,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)




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/