[IA64] export smp_send_reschedule
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 14 Apr 2009 21:08:37 +0000 (18:08 -0300)
committerTony Luck <tony.luck@intel.com>
Thu, 16 Apr 2009 18:48:49 +0000 (11:48 -0700)
KVM will use smp_send_reschedule to force a cpu out of guest mode.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/smp.c

index 2ea4199..c2d9823 100644 (file)
@@ -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.