[IA64] export smp_send_reschedule
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>
This commit is contained in:
committed by
Tony Luck
parent
35c80d5f40
commit
c4cb768f02
@@ -225,6 +225,7 @@ smp_send_reschedule (int cpu)
|
|||||||
{
|
{
|
||||||
platform_send_ipi(cpu, IA64_IPI_RESCHEDULE, IA64_IPI_DM_INT, 0);
|
platform_send_ipi(cpu, IA64_IPI_RESCHEDULE, IA64_IPI_DM_INT, 0);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(smp_send_reschedule);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called with preemption disabled.
|
* Called with preemption disabled.
|
||||||
|
Reference in New Issue
Block a user