summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch b/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch
deleted file mode 100644
index f690aaf3..00000000
--- a/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
-index 07dc9381..5a324cb0 100644
---- a/drivers/iommu/intel-iommu.c
-+++ b/drivers/iommu/intel-iommu.c
-@@ -480,7 +480,7 @@ int dmar_disabled = 1;
- int intel_iommu_enabled = 0;
- EXPORT_SYMBOL_GPL(intel_iommu_enabled);
-
--static int dmar_map_gfx = 1;
-+static int dmar_map_gfx = 0;
- static int dmar_forcedac;
- static int intel_iommu_strict;
- static int intel_iommu_superpage = 1;