diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-16 20:05:09 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 08:44:44 +0400 |
commit | 533e6903bea0440816a0f517b0845ccea4cc7917 (patch) | |
tree | bc01397ec305de38476ab9dab8b33c1b2d492379 /arch/m68k/Kconfig | |
parent | 0973c687e05a802a757664722678d2b5016f1c1c (diff) | |
download | linux-533e6903bea0440816a0f517b0845ccea4cc7917.tar.xz |
m68k: split ret_from_fork(), simplify kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index b22df9410dce..ccda007ba40f 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -13,6 +13,7 @@ config M68K select FPU if MMU select ARCH_WANT_IPC_PARSE_VERSION select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE + select GENERIC_KERNEL_THREAD config RWSEM_GENERIC_SPINLOCK bool |