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

Commit c4cb768f authored by Marcelo Tosatti's avatar Marcelo Tosatti Committed by Tony Luck
Browse files

[IA64] export smp_send_reschedule



KVM will use smp_send_reschedule to force a cpu out of guest mode.

Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 35c80d5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.