KVM: MMU: Fix 64-bit paging breakage on x86_32
[deliverable/linux.git] / arch / x86 / kvm / i8254.h
index 46d08ca0b48f2a2c3bd04896c1feeb87c3cdef57..51a97426e7911ff77f0d3f024c95456bf3e84cab 100644 (file)
@@ -33,7 +33,6 @@ struct kvm_kpit_state {
 };
 
 struct kvm_pit {
-       unsigned long base_addresss;
        struct kvm_io_device dev;
        struct kvm_io_device speaker_dev;
        struct kvm *kvm;
@@ -51,7 +50,6 @@ struct kvm_pit {
 #define KVM_MAX_PIT_INTR_INTERVAL   HZ / 100
 #define KVM_PIT_CHANNEL_MASK       0x3
 
-void kvm_inject_pit_timer_irqs(struct kvm_vcpu *vcpu);
 void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int hpet_legacy_start);
 struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags);
 void kvm_free_pit(struct kvm *kvm);
This page took 0.023663 seconds and 5 git commands to generate.