diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-21 14:27:36 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-28 18:24:02 -0400 |
commit | 23504bae7f3edd1484c4d470362f2b12bcd298f9 (patch) | |
tree | ae7aaa8ee94fd9f195ef2a741f2f64e48ea75a95 /arch/tile/Kconfig | |
parent | c0ea73f18c057b41801106cfd2ffaf9794681444 (diff) | |
download | op-kernel-dev-23504bae7f3edd1484c4d470362f2b12bcd298f9.zip op-kernel-dev-23504bae7f3edd1484c4d470362f2b12bcd298f9.tar.gz |
tile: get rid of zeroing, switch to RAW_COPY_USER
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 4583c03..27808d8 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -33,6 +33,7 @@ config TILE select USER_STACKTRACE_SUPPORT select USE_PMC if PERF_EVENTS select VIRT_TO_BUS + select ARCH_HAS_RAW_COPY_USER config MMU def_bool y |