aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2012-04-18 19:23:50 +0300
committerAvi Kivity <avi@redhat.com>2012-05-09 13:53:28 +0300
commit331b646d60b0c3885208e1e02bd9f40319953efc (patch)
tree6b95d9a983f8d7cda5e1d52e25ad2c33bf987c16 /arch/ia64
parentKVM: PPC: Book3S HV: Fix refcounting of hugepages (diff)
downloadlinux-dev-331b646d60b0c3885208e1e02bd9f40319953efc.tar.xz
linux-dev-331b646d60b0c3885208e1e02bd9f40319953efc.zip
KVM: ia64: fix build due to typo
s/kcm/kvm/. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kvm/kvm-ia64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c
index f5104b7c52cd..463fb3bbe11e 100644
--- a/arch/ia64/kvm/kvm-ia64.c
+++ b/arch/ia64/kvm/kvm-ia64.c
@@ -1174,7 +1174,7 @@ out:
bool kvm_vcpu_compatible(struct kvm_vcpu *vcpu)
{
- return irqchip_in_kernel(vcpu->kcm) == (vcpu->arch.apic != NULL);
+ return irqchip_in_kernel(vcpu->kvm) == (vcpu->arch.apic != NULL);
}
int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)