summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2009-04-14 18:08:37 -0300
committerTony Luck <tony.luck@intel.com>2009-04-16 11:48:49 -0700
commitc4cb768f027706b3a0190309416b13f07114fe56 (patch)
tree12bc1ea980b699094339b6091a3468cd8fc6be42 /arch
parent35c80d5f400f68f2eccf3069d1c068e154bde9c9 (diff)
downloadlinux-3.10-c4cb768f027706b3a0190309416b13f07114fe56.tar.gz
linux-3.10-c4cb768f027706b3a0190309416b13f07114fe56.tar.bz2
linux-3.10-c4cb768f027706b3a0190309416b13f07114fe56.zip
[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>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/smp.c b/arch/ia64/kernel/smp.c
index 2ea4199d9c5..c2d982385dc 100644
--- a/arch/ia64/kernel/smp.c
+++ b/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.