diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-21 20:32:29 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-30 22:53:32 -0400 |
commit | 1f02ab4a237086095bd584f3446da307ac2d02e6 (patch) | |
tree | e08c0a4cc09f1385d7528a592789aef9e16be44c /arch/x86/um/Kconfig | |
parent | 6783eaa2e1253fbcbe2c2f6bb4c843abf1343caf (diff) |
um: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/um/Kconfig')
-rw-r--r-- | arch/x86/um/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig index 9926e11a772d..da85b6fc8e8e 100644 --- a/arch/x86/um/Kconfig +++ b/arch/x86/um/Kconfig | |||
@@ -13,6 +13,7 @@ endmenu | |||
13 | config UML_X86 | 13 | config UML_X86 |
14 | def_bool y | 14 | def_bool y |
15 | select GENERIC_FIND_FIRST_BIT | 15 | select GENERIC_FIND_FIRST_BIT |
16 | select GENERIC_KERNEL_THREAD | ||
16 | 17 | ||
17 | config 64BIT | 18 | config 64BIT |
18 | bool "64-bit kernel" if SUBARCH = "x86" | 19 | bool "64-bit kernel" if SUBARCH = "x86" |