提交 c2c631e3 编写于 作者: C Cyrill Gorcunov 提交者: Ingo Molnar

x86: entry_64.S - use ENTRY to define child_rip

child_rip is called not by its name but indirectly
rather so make it global and aligned.
Signed-off-by: NCyrill Gorcunov <gorcunov@gmail.com>
Acked-by: NAlexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 33454539
......@@ -1160,7 +1160,7 @@ ENTRY(kernel_thread)
CFI_ENDPROC
END(kernel_thread)
child_rip:
ENTRY(child_rip)
pushq $0 # fake return address
CFI_STARTPROC
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册