提交 5a05d545 编写于 作者: M Marcelo Tosatti 提交者: Avi Kivity

KVM: PIT: remove unused scheduled variable

Unused.
Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 b95b51d5
...@@ -208,7 +208,6 @@ static int __pit_timer_fn(struct kvm_kpit_state *ps) ...@@ -208,7 +208,6 @@ static int __pit_timer_fn(struct kvm_kpit_state *ps)
wake_up_interruptible(&vcpu0->wq); wake_up_interruptible(&vcpu0->wq);
hrtimer_add_expires_ns(&pt->timer, pt->period); hrtimer_add_expires_ns(&pt->timer, pt->period);
pt->scheduled = hrtimer_get_expires_ns(&pt->timer);
if (pt->period) if (pt->period)
ps->channels[0].count_load_time = ktime_get(); ps->channels[0].count_load_time = ktime_get();
......
...@@ -7,7 +7,6 @@ struct kvm_kpit_timer { ...@@ -7,7 +7,6 @@ struct kvm_kpit_timer {
struct hrtimer timer; struct hrtimer timer;
int irq; int irq;
s64 period; /* unit: ns */ s64 period; /* unit: ns */
s64 scheduled;
atomic_t pending; atomic_t pending;
bool reinject; bool reinject;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册