]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
parisc: Allow to disable COMPAT mode on 64-bit kernel
authorHelge Deller <deller@gmx.de>
Tue, 7 Apr 2026 22:17:03 +0000 (00:17 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 17 Apr 2026 13:46:45 +0000 (15:46 +0200)
Although we don't yet have a 64-bit userspace, allowing to disable
the compat mode should be possible.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig

index d7ee2f18bccde2d4611f6729f4bb0531726be52a..3e929eb5a7fe615969ebde75b12f48ec3f5eacab 100644 (file)
@@ -357,7 +357,8 @@ config ARCH_SPARSEMEM_DEFAULT
 source "kernel/Kconfig.hz"
 
 config COMPAT
-       def_bool y
+       bool "Kernel support for 32-bit binaries"
+       default 64BIT
        depends on 64BIT
 
 config AUDIT_ARCH