diff options
| author | Helge Deller <deller@gmx.de> | 2026-04-08 00:17:03 +0200 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-04-17 15:46:45 +0200 |
| commit | bc4021c4e992960f1b8902bd613630c1e8edf7e7 (patch) | |
| tree | 1535259c366e23ceca7586d834939045fddc4ceb | |
| parent | 35493b28e71c3e7d376f98e58bb3c227511177c1 (diff) | |
| download | lwn-bc4021c4e992960f1b8902bd613630c1e8edf7e7.tar.gz lwn-bc4021c4e992960f1b8902bd613630c1e8edf7e7.zip | |
parisc: Allow to disable COMPAT mode on 64-bit kernel
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>
| -rw-r--r-- | arch/parisc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index d7ee2f18bccd..3e929eb5a7fe 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -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 |
