From: Takuya Yoshikawa Date: Thu, 2 Sep 2010 08:55:00 +0000 (+0900) Subject: KVM: ia64: define kvm_lapic_enabled() to fix a compile error X-Git-Tag: v2.6.37-rc1~142^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55438cc751c32cfafac52938403a86069e25b1bf;p=pandora-kernel.git KVM: ia64: define kvm_lapic_enabled() to fix a compile error 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. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed