Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146573
b: refs/heads/master
c: 9b5843d
h: refs/heads/master
i:
  146571: 9c58c9e
v: v3
  • Loading branch information
Glauber Costa authored and Avi Kivity committed Jun 10, 2009
1 parent 4a79494 commit b87e834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: efbc100c20f9dc4a219a2a92763d68e4064109f2
refs/heads/master: 9b5843ddd20557b77c73ddbcc814a8c816bf3d3a
4 changes: 2 additions & 2 deletions trunk/arch/x86/kvm/lapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static void apic_send_ipi(struct kvm_lapic *apic)
apic_debug("icr_high 0x%x, icr_low 0x%x, "
"short_hand 0x%x, dest 0x%x, trig_mode 0x%x, level 0x%x, "
"dest_mode 0x%x, delivery_mode 0x%x, vector 0x%x\n",
icr_high, icr_low, irq.shorthand, irq.dest,
icr_high, icr_low, irq.shorthand, irq.dest_id,
irq.trig_mode, irq.level, irq.dest_mode, irq.delivery_mode,
irq.vector);

Expand Down Expand Up @@ -560,7 +560,7 @@ static void update_divide_count(struct kvm_lapic *apic)
apic->divide_count = 0x1 << (tmp2 & 0x7);

apic_debug("timer divide count is 0x%x\n",
apic->lapic_timer.divide_count);
apic->divide_count);
}

static void start_apic_timer(struct kvm_lapic *apic)
Expand Down

0 comments on commit b87e834

Please sign in to comment.