]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/mm: Drop CONFIG_SWIOTLB for PAE
authorArnd Bergmann <arnd@arndb.de>
Wed, 26 Feb 2025 21:37:10 +0000 (22:37 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2025 10:21:59 +0000 (11:21 +0100)
Since kernels with and without CONFIG_X86_PAE are now limited
to the low 4GB of physical address space, there is no need to
use swiotlb any more, so stop selecting this.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250226213714.4040853-7-arnd@kernel.org
arch/x86/Kconfig

index 737a0c63052714f2b88852ff91e95b480e4931a8..0e0ec2c8ef7536622c1f3cc03ef53cef1430ac6b 100644 (file)
@@ -1462,7 +1462,6 @@ config X86_PAE
        bool "PAE (Physical Address Extension) Support"
        depends on X86_32 && X86_HAVE_PAE
        select PHYS_ADDR_T_64BIT
-       select SWIOTLB
        help
          PAE is required for NX support, and furthermore enables
          larger swapspace support for non-overcommit purposes. It