x86: entry_64.S - add missing ENDPROC
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 23 Feb 2009 19:57:00 +0000 (22:57 +0300)
committerIngo Molnar <mingo@elte.hu>
Tue, 24 Feb 2009 17:08:39 +0000 (18:08 +0100)
commitb3baaa138cd4223bffb6ca64b873d25cfb1d7c70
tree1fd8956ac0d4a188ac1ea00708be5d72ed1b6dd2
parent57e372932cec8eb141cde039aaeaa91b69fceba2
x86: entry_64.S - add missing ENDPROC

native_usergs_sysret64 is described as

extern void native_usergs_sysret64(void)

so lets add ENDPROC here

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: heukelum@fastmail.fm
Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_64.S