diff options
Diffstat (limited to 'arch/ia64/kvm/kvm-ia64.c')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 7a37d06376be..cf8eae1855e6 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -1112,7 +1112,7 @@ static void kvm_migrate_hlt_timer(struct kvm_vcpu *vcpu) | |||
1112 | struct hrtimer *p_ht = &vcpu->arch.hlt_timer; | 1112 | struct hrtimer *p_ht = &vcpu->arch.hlt_timer; |
1113 | 1113 | ||
1114 | if (hrtimer_cancel(p_ht)) | 1114 | if (hrtimer_cancel(p_ht)) |
1115 | hrtimer_start(p_ht, p_ht->expires, HRTIMER_MODE_ABS); | 1115 | hrtimer_start_expires(p_ht, HRTIMER_MODE_ABS); |
1116 | } | 1116 | } |
1117 | 1117 | ||
1118 | static enum hrtimer_restart hlt_timer_fn(struct hrtimer *data) | 1118 | static enum hrtimer_restart hlt_timer_fn(struct hrtimer *data) |