diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/kvm/ioapic.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/kvm/ioapic.c b/drivers/kvm/ioapic.c index 0feae6f7fb2d..e7debfafca50 100644 --- a/drivers/kvm/ioapic.c +++ b/drivers/kvm/ioapic.c | |||
@@ -360,6 +360,11 @@ static void ioapic_mmio_write(struct kvm_io_device *this, gpa_t addr, int len, | |||
360 | case IOAPIC_REG_WINDOW: | 360 | case IOAPIC_REG_WINDOW: |
361 | ioapic_write_indirect(ioapic, data); | 361 | ioapic_write_indirect(ioapic, data); |
362 | break; | 362 | break; |
363 | #ifdef CONFIG_IA64 | ||
364 | case IOAPIC_REG_EOI: | ||
365 | kvm_ioapic_update_eoi(ioapic, data); | ||
366 | break; | ||
367 | #endif | ||
363 | 368 | ||
364 | default: | 369 | default: |
365 | break; | 370 | break; |