X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Ffork.c;h=bd2959228871d05926dbb0ddfc3b5fe4f54c59d9;hb=e864561c12bc743789eab76242b8314d394daa52;hp=be022c200da67fdf1206761ba3adbb38a3208cdd;hpb=301933a0acfdec837fd8b4884093b3f0fff01d8a;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;