[PATCH 5/5] parisc: Allow to disable COMPAT mode on 64-bit kernel
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-parisc |
|---|---|
| Message-ID | <[email protected]> |
From: Helge Deller <[email protected]> Although we don't yet have a 64-bit userspace, allowing to disable the compat mode should be possible. Signed-off-by: Helge Deller <[email protected]> --- arch/parisc/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 5a8cd50e8d70..d2273d5c08a0 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -355,7 +355,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 -- 2.53.0