projects
/
GitHub
/
moto-9609
/
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:
ceff8d8
)
x86: export smp_ops to allow modular build of KVM
author
Thomas Gleixner
<tglx@linutronix.de>
Sat, 27 Oct 2007 18:57:43 +0000
(20:57 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 27 Oct 2007 18:57:43 +0000
(20:57 +0200)
KVM uses smp_call_function_mask and therefor need smp_ops to be exported.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smp_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/smp_32.c
b/arch/x86/kernel/smp_32.c
index 22a6fa0cfb2a0c2b194d7f951063a3193dea5ed4..fcaa026eb80729f99ef68e8b7695ed59a8498842 100644
(file)
--- a/
arch/x86/kernel/smp_32.c
+++ b/
arch/x86/kernel/smp_32.c
@@
-708,3
+708,4
@@
struct smp_ops smp_ops = {
.smp_send_reschedule = native_smp_send_reschedule,
.smp_call_function_mask = native_smp_call_function_mask,
};
+EXPORT_SYMBOL_GPL(smp_ops);