Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -1
+2 -1
arch/parisc/Kconfig
··· 357 357 source "kernel/Kconfig.hz" 358 358 359 359 config COMPAT 360 - def_bool y 360 + bool "Kernel support for 32-bit binaries" 361 + default 64BIT 361 362 depends on 64BIT 362 363 363 364 config AUDIT_ARCH