projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3345453
)
x86: entry_64.S - use ENTRY to define child_rip
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Wed, 26 Nov 2008 19:17:00 +0000
(22:17 +0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 27 Nov 2008 12:04:07 +0000
(13:04 +0100)
child_rip is called not by its name but indirectly
rather so make it global and aligned.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Alexander van Heukelum <heukelum@fastmail.fm>
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 1c309d546518220f8c82db49e806d70586d42518..0a910a7f85f59c97293f5c731e358194e01e2db3 100644
(file)
--- 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
/*