From: Marcelo Tosatti <mtosatti@redhat.com>
To: kvm@vger.kernel.org
Cc: <xiantao.zhang@intel.com>, Gleb Natapov <gleb@redhat.com>,
Marcelo Tosatti <mtosatti@redhat.com>
Subject: [patch 1/2] IA64: export smp_send_reschedule
Date: Mon, 13 Apr 2009 21:41:13 -0300 [thread overview]
Message-ID: <20090414004125.228780738@localhost.localdomain> (raw)
In-Reply-To: 20090414004112.830598579@localhost.localdomain
[-- Attachment #1: export-smp-send-resched-on-ia64 --]
[-- Type: text/plain, Size: 521 bytes --]
To be used by KVM.
CC: <xiantao.zhang@intel.com>
CC: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: kvm/arch/ia64/kernel/smp.c
===================================================================
--- kvm.orig/arch/ia64/kernel/smp.c
+++ kvm/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.
--
next prev parent reply other threads:[~2009-04-14 0:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-14 0:41 [patch 0/2] use smp_send_reschedule in kvm_vcpu_kick (v3) Marcelo Tosatti
2009-04-14 0:41 ` Marcelo Tosatti [this message]
2009-04-14 1:56 ` [patch 1/2] IA64: export smp_send_reschedule Zhang, Xiantao
2009-04-14 17:41 ` Luck, Tony
2009-04-14 21:08 ` Marcelo Tosatti
2009-04-14 0:41 ` [patch 2/2] KVM: use smp_send_reschedule in kvm_vcpu_kick Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090414004125.228780738@localhost.localdomain \
--to=mtosatti@redhat.com \
--cc=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=xiantao.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox