diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 21:33:37 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 21:33:37 +0200 |
commit | d5d247661e869b71e4db5ca69b08b9607895d496 (patch) | |
tree | 12442d9817e30edcd6b0e100aeb883bd517ce832 /arch/openrisc/include | |
parent | Merge branch 'parisc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | openrisc: Remove obsolete show_trace_task function (diff) | |
download | linux-d5d247661e869b71e4db5ca69b08b9607895d496.tar.xz linux-d5d247661e869b71e4db5ca69b08b9607895d496.zip |
Merge tag 'for-linus' of git://github.com/openrisc/linux
Pull OpenRISC updates from Stafford Horne:
"A few cleanups all over the place, things of note:
- Enable the clone3 syscall
- Remove CONFIG_CROSS_COMPILE from Krzysztof Kozlowski
- Update to use mmgrab from Julia Lawall"
* tag 'for-linus' of git://github.com/openrisc/linux:
openrisc: Remove obsolete show_trace_task function
openrisc: Cleanup copy_thread_tls docs and comments
openrisc: Enable the clone3 syscall
openrisc: Convert copy_thread to copy_thread_tls
openrisc: use mmgrab
openrisc: configs: Cleanup CONFIG_CROSS_COMPILE
Diffstat (limited to 'arch/openrisc/include')
-rw-r--r-- | arch/openrisc/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/include/uapi/asm/unistd.h b/arch/openrisc/include/uapi/asm/unistd.h index 566f8c4f8047..fae34c60fa88 100644 --- a/arch/openrisc/include/uapi/asm/unistd.h +++ b/arch/openrisc/include/uapi/asm/unistd.h @@ -24,6 +24,7 @@ #define __ARCH_WANT_SET_GET_RLIMIT #define __ARCH_WANT_SYS_FORK #define __ARCH_WANT_SYS_CLONE +#define __ARCH_WANT_SYS_CLONE3 #define __ARCH_WANT_TIME32_SYSCALLS #include <asm-generic/unistd.h> |