diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-11-19 10:22:52 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-11-20 05:08:33 -0500 |
commit | 003f7de6258900e17f6206e8e417d76c75ca549f (patch) | |
tree | 9de696cc63351a718db6472c270d2da158c20949 /virt/kvm/ioapic.h | |
parent | 86619e7ba3991309b88969f9a2e5c7f2d014c680 (diff) |
KVM: ia64: remove
KVM for ia64 has been marked as broken not just once, but twice even,
and the last patch from the maintainer is now roughly 5 years old.
Time for it to rest in peace.
Acked-by: Gleb Natapov <gleb@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt/kvm/ioapic.h')
-rw-r--r-- | virt/kvm/ioapic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/virt/kvm/ioapic.h b/virt/kvm/ioapic.h index 31725a3a93b8..dc3baa3a538f 100644 --- a/virt/kvm/ioapic.h +++ b/virt/kvm/ioapic.h | |||
@@ -19,7 +19,6 @@ struct kvm_vcpu; | |||
19 | /* Direct registers. */ | 19 | /* Direct registers. */ |
20 | #define IOAPIC_REG_SELECT 0x00 | 20 | #define IOAPIC_REG_SELECT 0x00 |
21 | #define IOAPIC_REG_WINDOW 0x10 | 21 | #define IOAPIC_REG_WINDOW 0x10 |
22 | #define IOAPIC_REG_EOI 0x40 /* IA64 IOSAPIC only */ | ||
23 | 22 | ||
24 | /* Indirect registers. */ | 23 | /* Indirect registers. */ |
25 | #define IOAPIC_REG_APIC_ID 0x00 /* x86 IOAPIC only */ | 24 | #define IOAPIC_REG_APIC_ID 0x00 /* x86 IOAPIC only */ |