Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133701
b: refs/heads/master
c: bdc89f1
h: refs/heads/master
i:
  133699: 9dfc3e8
v: v3
  • Loading branch information
Hollis Blanchard authored and Avi Kivity committed Mar 24, 2009
1 parent 16d2573 commit 4d840c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b52a638c391c5c7b013180f5374274698b8535c8
refs/heads/master: bdc89f13ec955c14777d5caf02dfca3f51d639bd
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/booke.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void kvmppc_core_deliver_interrupts(struct kvm_vcpu *vcpu)
unsigned int priority;

priority = __ffs(*pending);
while (priority <= BOOKE_MAX_INTERRUPT) {
while (priority <= BOOKE_IRQPRIO_MAX) {
if (kvmppc_booke_irqprio_deliver(vcpu, priority))
break;

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/kvm/booke.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#define BOOKE_IRQPRIO_EXTERNAL 13
#define BOOKE_IRQPRIO_FIT 14
#define BOOKE_IRQPRIO_DECREMENTER 15
#define BOOKE_IRQPRIO_MAX 15

/* Helper function for "full" MSR writes. No need to call this if only EE is
* changing. */
Expand Down

0 comments on commit 4d840c3

Please sign in to comment.