All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: "Luck, Tony" <tony.luck@intel.com>
Cc: "Zhang, Xiantao" <xiantao.zhang@intel.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	Gleb Natapov <gleb@redhat.com>
Subject: IA64: export smp_send_reschedule
Date: Tue, 14 Apr 2009 18:08:37 -0300	[thread overview]
Message-ID: <20090414210837.GA23623@amt.cnet> (raw)
In-Reply-To: <57C9024A16AD2D4C97DC78E552063EA39B3CF418@orsmsx505.amr.corp.intel.com>


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

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.

  reply	other threads:[~2009-04-14 21:09 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 ` [patch 1/2] IA64: export smp_send_reschedule Marcelo Tosatti
2009-04-14  1:56   ` Zhang, Xiantao
2009-04-14 17:41     ` Luck, Tony
2009-04-14 21:08       ` Marcelo Tosatti [this message]
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=20090414210837.GA23623@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=tony.luck@intel.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.