[PATCH 03/15] iommu/amd: Make use of domain_alloc and domain_free

2015-01-26 Thread Joerg Roedel
From: Joerg Roedel Implement the new iommu-ops function pointers and remove the obsolete domain_init and domain_destroy functions. Signed-off-by: Joerg Roedel --- drivers/iommu/amd_iommu.c | 84 ++--- drivers/iommu/amd_iommu_types.h | 7 ++-- 2 files

[PATCH 03/15] iommu/amd: Make use of domain_alloc and domain_free

2015-01-26 Thread Joerg Roedel
From: Joerg Roedel jroe...@suse.de Implement the new iommu-ops function pointers and remove the obsolete domain_init and domain_destroy functions. Signed-off-by: Joerg Roedel jroe...@suse.de --- drivers/iommu/amd_iommu.c | 84 ++---