KVM: Move irq sharing information to irqchip level
[safe/jmp/linux-2.6] / arch / x86 / include / asm / kvm_host.h
index 0b113f2..35d3236 100644 (file)
@@ -410,7 +410,6 @@ struct kvm_arch{
        gpa_t ept_identity_map_addr;
 
        unsigned long irq_sources_bitmap;
-       unsigned long irq_states[KVM_IOAPIC_NUM_PINS];
        u64 vm_init_tsc;
 };