diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-05 19:15:53 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-26 12:11:01 -0400 |
commit | 701cac61d0250912b89cbc28589969530179099a (patch) | |
tree | 1e3f472d176af49a5b92054a922272b8046b4ff3 /arch/sh | |
parent | eea86b637a15bc4d4bd518b11330ac96baa6b73d (diff) | |
download | linux-701cac61d0250912b89cbc28589969530179099a.tar.bz2 |
CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now
all architectures converted
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c689645eb8b7..ee086958b2b2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -48,7 +48,6 @@ config SUPERH select HAVE_ARCH_AUDITSYSCALL select HAVE_FUTEX_CMPXCHG if FUTEX select HAVE_NMI - select ARCH_HAS_RAW_COPY_USER help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast |