iommu/vt-d: Move common code out of iommu_attch_device()
authorLu Baolu <baolu.lu@linux.intel.com>
Mon, 25 Mar 2019 01:30:31 +0000 (09:30 +0800)
committerJoerg Roedel <jroedel@suse.de>
Thu, 11 Apr 2019 15:15:48 +0000 (17:15 +0200)
commit8cc3759a6c4931fca2ad9c1b0ead24dc0c30041c
treee759d4c24ac3ef446f38aca7c67980e8286989ad
parent95587a75de179da35aea03735843be8278cf1857
iommu/vt-d: Move common code out of iommu_attch_device()

This part of code could be used by both normal and aux
domain specific attach entries. Hence move them into a
common function to avoid duplication.

Cc: Ashok Raj <ashok.raj@intel.com>
Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
Cc: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c