diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2009-04-14 17:08:37 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-04-16 14:48:49 -0400 |
commit | c4cb768f027706b3a0190309416b13f07114fe56 (patch) | |
tree | 12bc1ea980b699094339b6091a3468cd8fc6be42 /arch | |
parent | 35c80d5f400f68f2eccf3069d1c068e154bde9c9 (diff) |
[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.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) | |||
225 | { | 225 | { |
226 | platform_send_ipi(cpu, IA64_IPI_RESCHEDULE, IA64_IPI_DM_INT, 0); | 226 | platform_send_ipi(cpu, IA64_IPI_RESCHEDULE, IA64_IPI_DM_INT, 0); |
227 | } | 227 | } |
228 | EXPORT_SYMBOL_GPL(smp_send_reschedule); | ||
228 | 229 | ||
229 | /* | 230 | /* |
230 | * Called with preemption disabled. | 231 | * Called with preemption disabled. |