1
0
Fork 0

x86: export smp_ops to allow modular build of KVM

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>
wifi-calibration
Thomas Gleixner 2007-10-27 20:57:43 +02:00
parent ceff8d859c
commit 027447c491
1 changed files with 1 additions and 0 deletions

View File

@ -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);