diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2009-02-23 10:57:39 -0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 11:48:25 +0300 |
commit | 5a05d54554f19a128306eca7f7f5ed31f7d7eeb9 (patch) | |
tree | 4165b99b56154f4b2dc1caa9441cb087bac3fd63 /arch/x86/kvm/i8254.h | |
parent | b95b51d580bff9376850eef29d34c3aa08c26db7 (diff) |
KVM: PIT: remove unused scheduled variable
Unused.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/i8254.h')
-rw-r--r-- | arch/x86/kvm/i8254.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h index 6acbe4b505d..521accf3bae 100644 --- a/arch/x86/kvm/i8254.h +++ b/arch/x86/kvm/i8254.h @@ -7,7 +7,6 @@ struct kvm_kpit_timer { struct hrtimer timer; int irq; s64 period; /* unit: ns */ - s64 scheduled; atomic_t pending; bool reinject; }; |