[patch 4/6] x86: entry_64.S - add missing ENDPROC

From: Cyrill Gorcunov
Date: Mon Feb 23 2009 - 15:02:44 EST


native_usergs_sysret64 is described as

extern void native_usergs_sysret64(void)

so lets add ENDPROC here

CC: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx>
Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx>
---
arch/x86/kernel/entry_64.S | 1 +
1 file changed, 1 insertion(+)

Index: linux-2.6.git/arch/x86/kernel/entry_64.S
===================================================================
--- linux-2.6.git.orig/arch/x86/kernel/entry_64.S
+++ linux-2.6.git/arch/x86/kernel/entry_64.S
@@ -188,6 +188,7 @@ return_to_handler:
ENTRY(native_usergs_sysret64)
swapgs
sysretq
+ENDPROC(native_usergs_sysret64)
#endif /* CONFIG_PARAVIRT */



--
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/