Commit 701cac61 authored by Al Viro's avatar Al Viro
Browse files

CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now



all architectures converted

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent eea86b63
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -847,7 +847,4 @@ config STRICT_MODULE_RWX
config ARCH_WANT_RELAX_ORDER
	bool

config ARCH_HAS_RAW_COPY_USER
	bool

source "kernel/gcov/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ config ALPHA
	select ODD_RT_SIGACTION
	select OLD_SIGSUSPEND
	select CPU_NO_EFFICIENT_FFS if !ALPHA_EV67
	select ARCH_HAS_RAW_COPY_USER
	help
	  The Alpha is a 64-bit general-purpose processor designed and
	  marketed by the Digital Equipment Corporation of blessed memory,
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ config ARC
	select HAVE_GENERIC_DMA_COHERENT
	select HAVE_KERNEL_GZIP
	select HAVE_KERNEL_LZMA
	select ARCH_HAS_RAW_COPY_USER

config MIGHT_HAVE_PCI
	bool
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@ config ARM
	select PERF_USE_VMALLOC
	select RTC_LIB
	select SYS_SUPPORTS_APM_EMULATION
	select ARCH_HAS_RAW_COPY_USER
	# Above selects are sorted alphabetically; please add new ones
	# according to that.  Thanks.
	help
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ config ARM64
	select SPARSE_IRQ
	select SYSCTL_EXCEPTION_TRACE
	select THREAD_INFO_IN_TASK
	select ARCH_HAS_RAW_COPY_USER
	help
	  ARM 64-bit (AArch64) Linux support.

Loading