| Kernel v2.4.1 /kernel/context.c |
|---|
 2.4.1
 kernel
 context.c
diff -u --recursive --new-file v2.4.0/linux/kernel/context.c linux/kernel/context.c
--- v2.4.0/linux/kernel/context.c Sun Dec 10 09:53:51 2000
+++ linux/kernel/context.c Fri Jan 12 09:52:41 2001
@@ -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;
}
|