summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-08 18:09:05 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-08 18:09:05 -0700
commit1f5c76fbbb7ff769e1f01988956ad70928d2a5ef (patch)
treec86ee57457d6619aefd720b83f422d19f7b48b84 /kvm_host.h
parentdc7ba399867d60eeb79f17c3ccc135626749c570 (diff)
downloadillumos-kvm-1f5c76fbbb7ff769e1f01988956ad70928d2a5ef.tar.gz
HVM-348 Cleanup ifdefs surrounding KVM_COALESCED_MMIO_PAGE_OFFSET
Diffstat (limited to 'kvm_host.h')
-rw-r--r--kvm_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kvm_host.h b/kvm_host.h
index aaf9fd4..0b88500 100644
--- a/kvm_host.h
+++ b/kvm_host.h
@@ -214,11 +214,9 @@ typedef struct kvm {
kvm_stats_t kvm_stats;
struct kvm_arch arch;
volatile int users_count;
-#ifdef KVM_COALESCED_MMIO_PAGE_OFFSET
struct kvm_coalesced_mmio_dev *coalesced_mmio_dev;
struct kvm_coalesced_mmio_ring *coalesced_mmio_ring;
ddi_umem_cookie_t mmio_cookie;
-#endif
kmutex_t irq_lock;
struct kvm_irq_routing_table *irq_routing;