diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2009-04-14 18:08:37 -0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-04-16 11:48:49 -0700 |
commit | c4cb768f027706b3a0190309416b13f07114fe56 (patch) | |
tree | 12bc1ea980b699094339b6091a3468cd8fc6be42 /arch/ia64/kernel/smp.c | |
parent | 35c80d5f400f68f2eccf3069d1c068e154bde9c9 (diff) | |
download | linux-c4cb768f027706b3a0190309416b13f07114fe56.tar.bz2 |
[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/ia64/kernel/smp.c')
-rw-r--r-- | arch/ia64/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/smp.c b/arch/ia64/kernel/smp.c index 2ea4199d9c57..c2d982385dce 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. |