]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iommu/vt-d: Switch from ioremap_cache to memremap
authorDan Williams <dan.j.williams@intel.com>
Fri, 9 Oct 2015 22:16:46 +0000 (18:16 -0400)
committerJoerg Roedel <jroedel@suse.de>
Wed, 14 Oct 2015 13:22:06 +0000 (15:22 +0200)
commitdfddb969edf021f21a45fc6fd019db4f99d12308
tree046c3ec32119e8cd2beda7271508a5c1b2495fcf
parentb1ce5b79aec8d8cd8bcd076d8cce8bc3cd690051
iommu/vt-d: Switch from ioremap_cache to memremap

In preparation for deprecating ioremap_cache() convert its usage in
intel-iommu to memremap.  This also eliminates the mishandling of the
__iomem annotation in the implementation.

Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c
drivers/iommu/intel_irq_remapping.c