From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: Re: [PATCH] KVM: ia64: define kvm_lapic_enabled() to fix a compile error Date: Mon, 27 Sep 2010 15:51:25 +0900 Message-ID: <4CA03EED.9080404@oss.ntt.co.jp> References: <20100902175500.ac552016.yoshikawa.takuya@oss.ntt.co.jp> <4C7F6707.7030004@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org, kvm-ia64@vger.kernel.org To: Avi Kivity Return-path: Received: from serv2.oss.ntt.co.jp ([222.151.198.100]:47088 "EHLO serv2.oss.ntt.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758591Ab0I0GuF (ORCPT ); Mon, 27 Sep 2010 02:50:05 -0400 In-Reply-To: <4C7F6707.7030004@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: (2010/09/02 17:57), Avi Kivity wrote: > On 09/02/2010 11:55 AM, Takuya Yoshikawa wrote: >> The following patch >> >> commit 57ce1659316f4ca298919649f9b1b55862ac3826 >> KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's >> >> ignored the fact that kvm_irq_delivery_to_apic() was also used by ia64. >> >> We define kvm_lapic_enabled() to fix a compile error caused by this. >> This will have the same effect as reverting the problematic patch for ia64. > > Applied, thanks. > Hi, Isn't this a candidate for 2.6.36? Though ia64 kvm is in experimental stage and may not be working now, compile errors may be bad for other people who just want to compile ia64 linux. Thanks, Takuya