Skip to content

Commit

Permalink
Merge tag 'kvm-arm-for-v4.4-rc6' of git://git.kernel.org/pub/scm/linu…
Browse files Browse the repository at this point in the history
…x/kernel/git/kvmarm/kvmarm into HEAD

KVM/ARM fixes for v4.4-rc6

- Fix for the active interrupt detection code, affecting
  the timer interrupt injection.
  • Loading branch information
Paolo Bonzini committed Dec 18, 2015
2 parents 81b1b9c + fdec12c commit 6fd0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt/kvm/arm/vgic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, struct irq_phys_map *map)
return true;
}

return dist_active_irq(vcpu);
return vgic_irq_is_active(vcpu, map->virt_irq);
}

/*
Expand Down

0 comments on commit 6fd0862

Please sign in to comment.