Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117603
b: refs/heads/master
c: 18dd36a
h: refs/heads/master
i:
  117601: dfd3249
  117599: c8344f0
v: v3
  • Loading branch information
Arjan van de Ven committed Sep 6, 2008
1 parent 1d63434 commit 46b89e6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 23446d1dc3d4f42a2b0fb82d4a098f9179ba486d
refs/heads/master: 18dd36af0010dd70c8634cdca0f99b47b5036c60
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kvm/kvm-ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ static void kvm_migrate_hlt_timer(struct kvm_vcpu *vcpu)
struct hrtimer *p_ht = &vcpu->arch.hlt_timer;

if (hrtimer_cancel(p_ht))
hrtimer_start(p_ht, p_ht->expires, HRTIMER_MODE_ABS);
hrtimer_start_expires(p_ht, HRTIMER_MODE_ABS);
}

static enum hrtimer_restart hlt_timer_fn(struct hrtimer *data)
Expand Down

0 comments on commit 46b89e6

Please sign in to comment.