mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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>
This commit is contained in:
parent
35493b28e7
commit
bc4021c4e9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user