diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-13 17:35:21 -0400 |
---|---|---|
committer | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-11-09 17:30:09 +0800 |
commit | 38e993535edda089a6956bf12a1dde2602649de9 (patch) | |
tree | 441234fcb657acd76e5d65034a8a47c880b9df48 /arch/unicore32/Kconfig | |
parent | ddd2d384b019d1733335c0fca7eccae3c29d2a14 (diff) | |
download | op-kernel-dev-38e993535edda089a6956bf12a1dde2602649de9.zip op-kernel-dev-38e993535edda089a6956bf12a1dde2602649de9.tar.gz |
unicore32: switch to generic kernel_thread()/kernel_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-and-Tested-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'arch/unicore32/Kconfig')
-rw-r--r-- | arch/unicore32/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 5b95ba4..fda37c9 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -16,6 +16,8 @@ config UNICORE32 select ARCH_WANT_FRAME_POINTERS select GENERIC_IOMAP select MODULES_USE_ELF_REL + select GENERIC_KERNEL_THREAD + select GENERIC_KERNEL_EXECVE help UniCore-32 is 32-bit Instruction Set Architecture, including a series of low-power-consumption RISC chip |