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:
9bc646f
)
x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()
author
Rakib Mullick
<rakib.mullick@gmail.com>
Thu, 20 Nov 2008 13:12:50 +0000
(19:12 +0600)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 20 Nov 2008 15:43:42 +0000
(16:43 +0100)
Annotate xsave_cntxt_init() as "can be called outside of __init".
Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/xsave.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/xsave.c
b/arch/x86/kernel/xsave.c
index b13acb75e822e337aec4f8e8d6a094c24e30feb0..15c3e699918221487429508113173f692794a943 100644
(file)
--- a/
arch/x86/kernel/xsave.c
+++ b/
arch/x86/kernel/xsave.c
@@
-310,7
+310,7
@@
static void __init setup_xstate_init(void)
/*
* Enable and initialize the xsave feature.
*/
-void __
init
xsave_cntxt_init(void)
+void __
ref
xsave_cntxt_init(void)
{
unsigned int eax, ebx, ecx, edx;