diff options
author | Avi Kivity <avi@redhat.com> | 2012-04-18 19:23:50 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-05-09 13:53:28 +0300 |
commit | 331b646d60b0c3885208e1e02bd9f40319953efc (patch) | |
tree | 6b95d9a983f8d7cda5e1d52e25ad2c33bf987c16 /arch | |
parent | de6c0b02d4d7bdf2587e679a6ddbb71b7d68bb89 (diff) | |
download | linux-331b646d60b0c3885208e1e02bd9f40319953efc.tar.bz2 |
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')
-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 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) |