diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-08 18:09:05 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-08 18:09:05 -0700 |
commit | 1f5c76fbbb7ff769e1f01988956ad70928d2a5ef (patch) | |
tree | c86ee57457d6619aefd720b83f422d19f7b48b84 /kvm_host.h | |
parent | dc7ba399867d60eeb79f17c3ccc135626749c570 (diff) | |
download | illumos-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |