From b6fd5905593844a924920a1bf8e1bd0c287b8ee0 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 24 Aug 2024 18:28:58 +0200 Subject: [PATCH] =?UTF-8?q?linux:=20Mark=20IRQ=5FREMAP=20as=20x86=E2=80=90?= =?UTF-8?q?specific?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/linux-hardened/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-hardened/config.nix b/package/linux-hardened/config.nix index 7b2b56b..bd34748 100644 --- a/package/linux-hardened/config.nix +++ b/package/linux-hardened/config.nix @@ -360,7 +360,6 @@ io = { IOMMU_SUPPORT = true; IOMMU_DEFAULT_DMA_STRICT = true; - IRQ_REMAP = true; SWIOTLB_DYNAMIC = true; } // lib.optionalAttrs hostPlatform.isx86_64 { X86_X2APIC = true; @@ -370,6 +369,7 @@ INTEL_IOMMU_SVM = option true; INTEL_IOMMU_DEFAULT_ON = option true; INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON = option true; + IRQ_REMAP = true; IO_DELAY_NONE = true; } // lib.optionalAttrs hostPlatform.isAarch64 {