Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.1 /kernel/context.c

Filename:/kernel/context.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.1-pre12  2.4.1-pre11  2.4.1-pre10  2.4.1-pre9  2.4.1-pre8  2.4.1-pre6 
(Following) 2.4.3-ac7  2.4.3-ac8  2.4.3-ac9  2.4.3-ac10  2.4.3-ac11  2.4.3-ac12 

Location
[  2.4.1
  [  kernel
     o  context.c

Patch

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;
 }
 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.