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.c | |
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.c')
-rw-r--r-- | virt/kvm/ioapic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/virt/kvm/ioapic.c b/virt/kvm/ioapic.c index 0ba4057d271b..f0f7ef82b7a6 100644 --- a/virt/kvm/ioapic.c +++ b/virt/kvm/ioapic.c | |||
@@ -586,11 +586,6 @@ static int ioapic_mmio_write(struct kvm_io_device *this, gpa_t addr, int len, | |||
586 | case IOAPIC_REG_WINDOW: | 586 | case IOAPIC_REG_WINDOW: |
587 | ioapic_write_indirect(ioapic, data); | 587 | ioapic_write_indirect(ioapic, data); |
588 | break; | 588 | break; |
589 | #ifdef CONFIG_IA64 | ||
590 | case IOAPIC_REG_EOI: | ||
591 | __kvm_ioapic_update_eoi(NULL, ioapic, data, IOAPIC_LEVEL_TRIG); | ||
592 | break; | ||
593 | #endif | ||
594 | 589 | ||
595 | default: | 590 | default: |
596 | break; | 591 | break; |