diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 744bd5050f10..36484da963f9 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -1657,7 +1657,7 @@ void sched_fork(struct task_struct *p, int clone_flags) | |||
1657 | #ifdef CONFIG_SMP | 1657 | #ifdef CONFIG_SMP |
1658 | cpu = sched_balance_self(cpu, SD_BALANCE_FORK); | 1658 | cpu = sched_balance_self(cpu, SD_BALANCE_FORK); |
1659 | #endif | 1659 | #endif |
1660 | __set_task_cpu(p, cpu); | 1660 | set_task_cpu(p, cpu); |
1661 | 1661 | ||
1662 | /* | 1662 | /* |
1663 | * Make sure we do not leak PI boosting priority to the child: | 1663 | * Make sure we do not leak PI boosting priority to the child: |