Message ID | 20090414004125.228780738@localhost.localdomain (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hi, Tony Could you help to ack the patch ? Xiantao Acked-by: Xiantao Zhang <xiantao.zhang@intel.com> Marcelo Tosatti wrote: > 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. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
I could do more than Ack it, I could apply it (since it is in arch/ia64. But "To be used by KVM" is a bit vague for a commit description. A bit more detail please. -Tony -----Original Message----- From: Zhang, Xiantao Sent: Monday, April 13, 2009 6:57 PM To: Marcelo Tosatti; kvm@vger.kernel.org; Luck, Tony Cc: Gleb Natapov Subject: RE: [patch 1/2] IA64: export smp_send_reschedule Hi, Tony Could you help to ack the patch ? Xiantao Acked-by: Xiantao Zhang <xiantao.zhang@intel.com> Marcelo Tosatti wrote: > 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. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
To be used by KVM. CC: <xiantao.zhang@intel.com> CC: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>