diff options
author | Dan Horák <dan@danny.cz> | 2017-08-11 12:25:33 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2017-08-11 08:56:48 -0400 |
commit | 42b457199699718faf04ea3713d554149986e3d7 (patch) | |
tree | a9468836d948747f0bfd8f503ea1e4c55a18d734 /kernel-ppc64p7-debug.config | |
parent | d1d51e73b5abeb2bf0aab53a8eb288300a9ee9c7 (diff) | |
download | kernel-42b457199699718faf04ea3713d554149986e3d7.tar.gz kernel-42b457199699718faf04ea3713d554149986e3d7.tar.xz kernel-42b457199699718faf04ea3713d554149986e3d7.zip |
disable SWIOTLB on Power (#1480380)
All supported platforms have IOMMU, thus disable.
Diffstat (limited to 'kernel-ppc64p7-debug.config')
-rw-r--r-- | kernel-ppc64p7-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-ppc64p7-debug.config b/kernel-ppc64p7-debug.config index ff0fa81e5..0ae90d5fe 100644 --- a/kernel-ppc64p7-debug.config +++ b/kernel-ppc64p7-debug.config @@ -4894,7 +4894,7 @@ CONFIG_SURFACE3_WMI=m CONFIG_SUSPEND_FREEZER=y CONFIG_SUSPEND=y CONFIG_SWAP=y -CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB is not set # CONFIG_SW_SYNC is not set # CONFIG_SX9500 is not set CONFIG_SYNC_FILE=y |