projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57e3729
)
x86: entry_64.S - add missing ENDPROC
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Mon, 23 Feb 2009 19:57:00 +0000
(22:57 +0300)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 24 Feb 2009 17:08:39 +0000
(18:08 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/entry_64.S
b/arch/x86/kernel/entry_64.S
index fbcf96b295ff7ff5718f618d1f4ae5c6697ef2aa..7cf8d798042e65ddd53d489759da8554a25554d4 100644
(file)
--- a/
arch/x86/kernel/entry_64.S
+++ b/
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 */