diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 085f73ebcea6..711468f3db2a 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -1088,8 +1088,8 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
1088 | #ifdef CONFIG_DEBUG_MUTEXES | 1088 | #ifdef CONFIG_DEBUG_MUTEXES |
1089 | p->blocked_on = NULL; /* not blocked yet */ | 1089 | p->blocked_on = NULL; /* not blocked yet */ |
1090 | #endif | 1090 | #endif |
1091 | if (unlikely(current->ptrace)) | 1091 | |
1092 | ptrace_fork(p, clone_flags); | 1092 | p->bts = NULL; |
1093 | 1093 | ||
1094 | /* Perform scheduler related setup. Assign this task to a CPU. */ | 1094 | /* Perform scheduler related setup. Assign this task to a CPU. */ |
1095 | sched_fork(p, clone_flags); | 1095 | sched_fork(p, clone_flags); |