|
@@ -984,7 +984,6 @@ static struct task_struct *copy_process(unsigned long clone_flags,
|
|
|
goto fork_out;
|
|
|
|
|
|
rt_mutex_init_task(p);
|
|
|
- perf_counter_init_task(p);
|
|
|
|
|
|
#ifdef CONFIG_PROVE_LOCKING
|
|
|
DEBUG_LOCKS_WARN_ON(!p->hardirqs_enabled);
|
|
@@ -1096,6 +1095,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
|
|
|
|
|
|
/* Perform scheduler related setup. Assign this task to a CPU. */
|
|
|
sched_fork(p, clone_flags);
|
|
|
+ perf_counter_init_task(p);
|
|
|
|
|
|
if ((retval = audit_alloc(p)))
|
|
|
goto bad_fork_cleanup_policy;
|