From: Cyrill Gorcunov Date: Wed, 26 Nov 2008 19:17:00 +0000 (+0300) Subject: x86: entry_64.S - use ENTRY to define child_rip X-Git-Tag: v2.6.29-rc1~587^2~1^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c2c631e318091118587f3b766347d259c9265b8b;p=linux-2.6-omap-h63xx.git 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: Cyrill Gorcunov Acked-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 1c309d54651..0a910a7f85f 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S @@ -1160,7 +1160,7 @@ ENTRY(kernel_thread) CFI_ENDPROC END(kernel_thread) -child_rip: +ENTRY(child_rip) pushq $0 # fake return address CFI_STARTPROC /*