diff options
author | Avi Kivity <avi@redhat.com> | 2012-04-18 19:23:50 +0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-04-19 20:35:43 -0300 |
commit | 8281715b4109b5ee26032ff7b77c0d575c4150f7 (patch) | |
tree | 882c0e408e7b0a099957454a07250e0a0f6f36e8 /arch/ia64 | |
parent | f78146b0f9230765c6315b2e14f56112513389ad (diff) | |
download | linux-8281715b4109b5ee26032ff7b77c0d575c4150f7.tar.bz2 |
KVM: ia64: fix build due to typo
s/kcm/kvm/.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 882ab21a8dcd..bd77cb507c1c 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) |