Re: [PATCH] KVM: ia64: define kvm_lapic_enabled() to fix a compile

Takuya Yoshikawa <[email protected]> Mon, 27 Sep 2010 06:51:25 +0000
Newsgroups org.kernel.vger.kvm-ia64,org.kernel.vger.kvm
Message-ID <[email protected]>
(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