Commit bc4021c4 authored by Helge Deller's avatar Helge Deller
Browse files

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: default avatarHelge Deller <deller@gmx.de>
parent 35493b28
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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