Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 027447c4 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ceff8d85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);