diff mbox

IA64: export smp_send_reschedule

Message ID 20090414210837.GA23623@amt.cnet (mailing list archive)
State Not Applicable
Headers show

Commit Message

Marcelo Tosatti April 14, 2009, 9:08 p.m. UTC
KVM will use smp_send_reschedule to force a cpu out of guest mode.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: kvm/arch/ia64/kernel/smp.c
===================================================================
--- kvm.orig/arch/ia64/kernel/smp.c
+++ kvm/arch/ia64/kernel/smp.c
@@ -225,6 +225,7 @@  smp_send_reschedule (int cpu)
 {
 	platform_send_ipi(cpu, IA64_IPI_RESCHEDULE, IA64_IPI_DM_INT, 0);
 }
+EXPORT_SYMBOL_GPL(smp_send_reschedule);
 
 /*
  * Called with preemption disabled.