diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-22 04:32:29 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 06:53:32 +0400 |
commit | 1f02ab4a237086095bd584f3446da307ac2d02e6 (patch) | |
tree | e08c0a4cc09f1385d7528a592789aef9e16be44c /arch/x86/um | |
parent | 6783eaa2e1253fbcbe2c2f6bb4c843abf1343caf (diff) | |
download | linux-1f02ab4a237086095bd584f3446da307ac2d02e6.tar.xz |
um: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/um')
-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 config UML_X86 def_bool y select GENERIC_FIND_FIRST_BIT + select GENERIC_KERNEL_THREAD config 64BIT bool "64-bit kernel" if SUBARCH = "x86" |