projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78146b
)
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
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 19 Apr 2012 23:35:43 +0000
(20:35 -0300)
s/kcm/kvm/.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/ia64/kvm/kvm-ia64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kvm/kvm-ia64.c
b/arch/ia64/kvm/kvm-ia64.c
index 882ab21a8dcdf1e8e45046a29cc711ebb0955632..bd77cb507c1c7401124dbd3dc86fe663c17e6737 100644
(file)
--- 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->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)