X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Ffork.c;h=bd2959228871d05926dbb0ddfc3b5fe4f54c59d9;hb=5be6717e0d2493a20791d592e2d20fd2b2f62d44;hp=be022c200da67fdf1206761ba3adbb38a3208cdd;hpb=65795efbd380a832ae508b04dba8f8e53f0b84d9;p=~andy%2Flinux diff --git a/kernel/fork.c b/kernel/fork.c index be022c200da..bd295922887 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -1029,7 +1028,6 @@ static struct task_struct *copy_process(unsigned long clone_flags, p->vfork_done = NULL; spin_lock_init(&p->alloc_lock); - clear_tsk_thread_flag(p, TIF_SIGPENDING); init_sigpending(&p->pending); p->utime = cputime_zero;