diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-09 21:31:07 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-30 22:21:36 -0400 |
commit | 9e14f828ee4a7a4a98703e380d180717a579fb35 (patch) | |
tree | ce7554478f9abf5de5f47760ebff548485762142 /arch/arm/Kconfig | |
parent | 38b983b3461e7d3c64a981e2338bb34605c46f30 (diff) | |
download | linux-9e14f828ee4a7a4a98703e380d180717a579fb35.tar.bz2 |
arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2f88d8d97701..a949eec22861 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -49,6 +49,7 @@ config ARM select GENERIC_STRNCPY_FROM_USER select GENERIC_STRNLEN_USER select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN + select GENERIC_KERNEL_THREAD help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and |