projects
/
wrapfs-2.6.34.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac802e6
)
KVM: ia64: fix build due to typo
author
Avi Kivity
<avi@redhat.com>
Wed, 18 Apr 2012 16:23:50 +0000
(19:23 +0300)
committer
Willy Tarreau
<w@1wt.eu>
Sun, 7 Oct 2012 21:37:24 +0000
(23:37 +0200)
commit
8281715b4109b5ee26032ff7b77c0d575c4150f7
upstream.
s/kcm/kvm/.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
arch/ia64/kvm/kvm-ia64.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kvm/kvm-ia64.c
b/arch/ia64/kvm/kvm-ia64.c
index 416122b002ca776a58d82c51ef2326bb51f27398..0edba06d83125f6ac4164bb9949399c5b286eea5 100644
(file)
--- a/
arch/ia64/kvm/kvm-ia64.c
+++ b/
arch/ia64/kvm/kvm-ia64.c
@@
-1187,7
+1187,7
@@
out:
bool kvm_vcpu_compatible(struct kvm_vcpu *vcpu)
{
- return irqchip_in_kernel(vcpu->k
c
m) == (vcpu->arch.apic != NULL);
+ return irqchip_in_kernel(vcpu->k
v
m) == (vcpu->arch.apic != NULL);
}
int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)