diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 22:33:37 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 22:33:37 +0300 |
commit | d5d247661e869b71e4db5ca69b08b9607895d496 (patch) | |
tree | 12442d9817e30edcd6b0e100aeb883bd517ce832 /arch/openrisc/configs/simple_smp_defconfig | |
parent | f9db97d751870cbffc85f4aa0d8aca8a79432691 (diff) | |
parent | 9737e2c5f0bc768b58416ec070bd96c91c52a153 (diff) | |
download | linux-d5d247661e869b71e4db5ca69b08b9607895d496.tar.xz |
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/configs/simple_smp_defconfig')
-rw-r--r-- | arch/openrisc/configs/simple_smp_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/configs/simple_smp_defconfig b/arch/openrisc/configs/simple_smp_defconfig index 64278992df9c..ff49d868e040 100644 --- a/arch/openrisc/configs/simple_smp_defconfig +++ b/arch/openrisc/configs/simple_smp_defconfig @@ -1,4 +1,3 @@ -CONFIG_CROSS_COMPILE="or1k-linux-" CONFIG_LOCALVERSION="-simple-smp" CONFIG_NO_HZ=y CONFIG_LOG_BUF_SHIFT=14 |