diff options
Diffstat (limited to 'arch/ia64/kvm/kvm-ia64.c')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 032c54d63c3d..dcc560729c20 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -1368,9 +1368,7 @@ void kvm_arch_sync_events(struct kvm *kvm) | |||
1368 | void kvm_arch_destroy_vm(struct kvm *kvm) | 1368 | void kvm_arch_destroy_vm(struct kvm *kvm) |
1369 | { | 1369 | { |
1370 | kvm_iommu_unmap_guest(kvm); | 1370 | kvm_iommu_unmap_guest(kvm); |
1371 | #ifdef KVM_CAP_DEVICE_ASSIGNMENT | ||
1372 | kvm_free_all_assigned_devices(kvm); | 1371 | kvm_free_all_assigned_devices(kvm); |
1373 | #endif | ||
1374 | kfree(kvm->arch.vioapic); | 1372 | kfree(kvm->arch.vioapic); |
1375 | kvm_release_vm_pages(kvm); | 1373 | kvm_release_vm_pages(kvm); |
1376 | } | 1374 | } |