]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
VT-d: use ioremap()
authorJan Beulich <jbeulich@suse.com>
Mon, 15 Jul 2013 12:21:03 +0000 (14:21 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 15 Jul 2013 12:21:03 +0000 (14:21 +0200)
commit99321e0e6cf818adcb56db23779605aaab016cc5
tree8af22c089ce0b92824ea0ad4146f262584fb0327
parent8bfaa2c23fb96d8d6bc5c0383373f9be918b82ec
VT-d: use ioremap()

There's no point in using the fixmap here, and it gets iommu_alloc()
in line with iommu_free(), which was already using iounmap() (thus
crashing if actually used).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/drivers/passthrough/vtd/dmar.h
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/x86/vtd.c
xen/include/asm-x86/fixmap.h