patch-2.4.1 linux/kernel/context.c
Next file: linux/kernel/fork.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jan 12 09:52:41 2001
- Orig file:
v2.4.0/linux/kernel/context.c
- Orig date:
Sun Dec 10 09:53:51 2000
diff -u --recursive --new-file v2.4.0/linux/kernel/context.c linux/kernel/context.c
@@ -148,7 +148,7 @@
int start_context_thread(void)
{
- kernel_thread(context_thread, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);
+ kernel_thread(context_thread, NULL, CLONE_FS | CLONE_FILES);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)