Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22d1a35d authored by Al Viro's avatar Al Viro
Browse files

make HAVE_SYSCALL_WRAPPERS unconditional



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e1b5bb6d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -157,9 +157,6 @@ config ARCH_USE_BUILTIN_BSWAP
	 instructions should set this. And it shouldn't hurt to set it
	 on architectures that don't have such instructions.

config HAVE_SYSCALL_WRAPPERS
	bool

config KRETPROBES
	def_bool y
	depends on KPROBES && HAVE_KRETPROBES
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ config ALPHA
	select HAVE_AOUT
	select HAVE_IDE
	select HAVE_OPROFILE
	select HAVE_SYSCALL_WRAPPERS
	select HAVE_PCSPKR_PLATFORM
	select HAVE_PERF_EVENTS
	select HAVE_DMA_ATTRS
+0 −1
Original line number Diff line number Diff line
@@ -1737,7 +1737,6 @@ config 32BIT
config 64BIT
	bool "64-bit kernel"
	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
	select HAVE_SYSCALL_WRAPPERS
	help
	  Select this option if you want to build a 64-bit kernel.

+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ config PPC
	select USE_GENERIC_SMP_HELPERS if SMP
	select HAVE_OPROFILE
	select HAVE_DEBUG_KMEMLEAK
	select HAVE_SYSCALL_WRAPPERS if PPC64
	select GENERIC_ATOMIC64 if PPC32
	select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
	select HAVE_PERF_EVENTS
+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@ config S390
	select HAVE_PERF_EVENTS
	select HAVE_REGS_AND_STACK_ACCESS_API
	select HAVE_SYSCALL_TRACEPOINTS
	select HAVE_SYSCALL_WRAPPERS
	select HAVE_UID16 if 32BIT
	select HAVE_VIRT_CPU_ACCOUNTING
	select HAVE_VIRT_TO_BUS
Loading