Re: [PATCH] disable SWIOTLB on Power (#1480380)

2017-08-11 Thread Josh Boyer
On Fri, Aug 11, 2017 at 6:25 AM, Dan Horák wrote: > All supported platforms have IOMMU, thus disable. > --- > baseconfig/powerpc/CONFIG_SWIOTLB | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I fixed this up to have a blurb in the kernel.spec changelog and pushed it to f26 and rawhide.

[PATCH] disable SWIOTLB on Power (#1480380)

2017-08-11 Thread Dan Horák
All supported platforms have IOMMU, thus disable. --- baseconfig/powerpc/CONFIG_SWIOTLB | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseconfig/powerpc/CONFIG_SWIOTLB b/baseconfig/powerpc/CONFIG_SWIOTLB index 5405b65..ac62bf3 100644 --- a/baseconfig/powerpc/CONFIG_SWIOTLB +