iommu/vt-d: Remove static identity map code
authorLu Baolu <baolu.lu@linux.intel.com>
Sat, 25 May 2019 05:41:36 +0000 (13:41 +0800)
committerJoerg Roedel <jroedel@suse.de>
Tue, 28 May 2019 08:19:13 +0000 (10:19 +0200)
commitdf4f3c603aeb6dd40b74b93bf2db6d9c3213d4e1
treef77acfc5fa9fedfc4333a972f3768bfeb7fa6493
parentb7297783c2bb6fa7bd557842657bed7e95220978
iommu/vt-d: Remove static identity map code

The code to prepare the static identity map for various reserved
memory ranges in intel_iommu_init() is duplicated with the default
domain mechanism now. Remove it to avoid duplication.

Signed-off-by: James Sewart <jamessewart@arista.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c