Is: [PATCH 11/10] xen/swiotlb: For early initialization, return zeroon success. Was: Re: [PATCH 10/10] xen/swiotlb: Depending on after_bootmemis not correct.

From: Konrad Rzeszutek Wilk
Date: Mon Sep 17 2012 - 10:35:46 EST


On Mon, Sep 17, 2012 at 10:23:15AM -0400, Konrad Rzeszutek Wilk wrote:
> > > start_dma_addr = xen_virt_to_bus(xen_io_tlb_start);
> > > - if (!after_bootmem)
> > > + rc = 0;
> > ^
> > why does this change belong to this patch?
> >
> >
>
> I took that out of the this patch, so it is now:
>

..and spun out another patch to address the rc=0: