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 b9e2edd00726..7d10c46cbb4e 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -1089,8 +1089,8 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
1089 | #ifdef CONFIG_DEBUG_MUTEXES | 1089 | #ifdef CONFIG_DEBUG_MUTEXES |
1090 | p->blocked_on = NULL; /* not blocked yet */ | 1090 | p->blocked_on = NULL; /* not blocked yet */ |
1091 | #endif | 1091 | #endif |
1092 | if (unlikely(current->ptrace)) | 1092 | |
1093 | ptrace_fork(p, clone_flags); | 1093 | p->bts = NULL; |
1094 | 1094 | ||
1095 | /* Perform scheduler related setup. Assign this task to a CPU. */ | 1095 | /* Perform scheduler related setup. Assign this task to a CPU. */ |
1096 | sched_fork(p, clone_flags); | 1096 | sched_fork(p, clone_flags); |