From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 2/2] AMD IOMMU: use ioremap() Date: Wed, 10 Jul 2013 12:37:31 +0100 Message-ID: References: <51DD585702000078000E3D40@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51DD585702000078000E3D40@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Jacob Shin , suravee.suthikulpanit@amd.com, xiantao.zhang@intel.com List-Id: xen-devel@lists.xenproject.org On 10/07/2013 11:49, "Jan Beulich" wrote: > There's no point in using the fixmap here, and it gets > map_iommu_mmio_region() in line with unmap_iommu_mmio_region(), which > was already using iounmap() (thus crashing if actually used). > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser