Re: [PATCH] ia64: fix barrier placement for write* / dma mapping
From: Christoph Hellwig <hch@lst.de>
Date: 2018-08-01 07:25:21
Also in:
linux-iommu, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2018-08-01 07:25:21
Also in:
linux-iommu, lkml
On Tue, Jul 31, 2018 at 11:41:23PM -0700, okaya@codeaurora.org wrote:
I asked this question to Tony Luck before. If I remember right, his answer was: CPU guarantees outstanding writes to be flushed when a register write instruction is executed and an additional barrier instruction is not needed.
That would be great. It still doesn't explain the barriers in the
dma sync routines. Those have been there since the following commit
in the history tree:
commit 66b99421d118a5ddd98a72913670b0fcf0a38d45
Author: Andrew Morton [off-list ref]
Date: Sat Mar 13 17:05:37 2004 -0800
[PATCH] DMA: Fill gaping hole in DMA API interfaces.
From: "David S. Miller" [off-list ref]
which in fact only added them for the HP zx1 platform, and doesn't
contain any good explanation of why we need a barrier.
So I guess the right answer might be to just remove these barriers
without replacement.