diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /arch/x86/kvm/i8254.h | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'arch/x86/kvm/i8254.h')
-rw-r--r-- | arch/x86/kvm/i8254.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h index 46d08ca0b48f..51a97426e791 100644 --- a/arch/x86/kvm/i8254.h +++ b/arch/x86/kvm/i8254.h | |||
@@ -33,7 +33,6 @@ struct kvm_kpit_state { | |||
33 | }; | 33 | }; |
34 | 34 | ||
35 | struct kvm_pit { | 35 | struct kvm_pit { |
36 | unsigned long base_addresss; | ||
37 | struct kvm_io_device dev; | 36 | struct kvm_io_device dev; |
38 | struct kvm_io_device speaker_dev; | 37 | struct kvm_io_device speaker_dev; |
39 | struct kvm *kvm; | 38 | struct kvm *kvm; |
@@ -51,7 +50,6 @@ struct kvm_pit { | |||
51 | #define KVM_MAX_PIT_INTR_INTERVAL HZ / 100 | 50 | #define KVM_MAX_PIT_INTR_INTERVAL HZ / 100 |
52 | #define KVM_PIT_CHANNEL_MASK 0x3 | 51 | #define KVM_PIT_CHANNEL_MASK 0x3 |
53 | 52 | ||
54 | void kvm_inject_pit_timer_irqs(struct kvm_vcpu *vcpu); | ||
55 | void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int hpet_legacy_start); | 53 | void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int hpet_legacy_start); |
56 | struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags); | 54 | struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags); |
57 | void kvm_free_pit(struct kvm *kvm); | 55 | void kvm_free_pit(struct kvm *kvm); |