]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/fork.c
revert "procfs: provide stack information for threads" and its fixup commits
[net-next-2.6.git] / kernel / fork.c
index 44b0791b0a2e378d1ad20e390cbfbec981e7fad8..4c14942a0ee36fa994abdf91fa218d68b9e4052d 100644 (file)
@@ -1114,8 +1114,6 @@ static struct task_struct *copy_process(unsigned long clone_flags,
 
        p->bts = NULL;
 
-       p->stack_start = stack_start;
-
        /* Perform scheduler related setup. Assign this task to a CPU. */
        sched_fork(p, clone_flags);