[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130326150305.GC2727@8bytes.org>
Date: Tue, 26 Mar 2013 16:03:10 +0100
From: Joerg Roedel <joro@...tes.org>
To: "Li, Zhen-Hua" <zhen-hual@...com>
Cc: lizhenhua@...com, Ingo Molnar <mingo@...nel.org>,
Donald Dutile <ddutile@...hat.com>,
Hannes Reinecke <hare@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] iommu: dmar_fault should only clear PPF/PFO field.
On Mon, Mar 25, 2013 at 04:20:52PM +0800, Li, Zhen-Hua wrote:
> + writel(DMA_FSTS_PPF, iommu->reg + DMAR_FSTS_REG);
> + if (fault_status & DMA_FSTS_PFO)
> + writel(DMA_FSTS_PFO, iommu->reg + DMAR_FSTS_REG);
Changes this to:
writel(DMA_FSTS_PFO | DMA_FSTS_PPF, iommu->reg + DMAR_FSTS_REG);
and applied the patch to iommu/vt-d, thanks.
Joerg
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists