summaryrefslogtreecommitdiff
path: root/kvm_ioapic.c
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-08 16:45:51 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-08 16:45:51 -0700
commit63c6adb523e79ba6b06ed19f0b2ae9b738649df7 (patch)
treec427f021408c5699c3a8d7a6446d9f748871f4dd /kvm_ioapic.c
parent55719ea16d7de22369a4711390ba1f0d588bdccd (diff)
downloadillumos-kvm-63c6adb523e79ba6b06ed19f0b2ae9b738649df7.tar.gz
HVM-341 Remove code ifdef'd with CONFIG_IA64
Diffstat (limited to 'kvm_ioapic.c')
-rw-r--r--kvm_ioapic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kvm_ioapic.c b/kvm_ioapic.c
index e0c3309..a47458c 100644
--- a/kvm_ioapic.c
+++ b/kvm_ioapic.c
@@ -367,12 +367,6 @@ ioapic_mmio_write(struct kvm_io_device *this, gpa_t addr, int len,
case IOAPIC_REG_WINDOW:
ioapic_write_indirect(ioapic, data);
break;
-#ifdef CONFIG_IA64
- case IOAPIC_REG_EOI:
- __kvm_ioapic_update_eoi(ioapic, data, IOAPIC_LEVEL_TRIG);
- break;
-#endif
-
default:
break;
}