Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69074
b: refs/heads/master
c: 02e4bac
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent f49b89a commit c79bff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8487b924177385e3932f846f430b73ce8e69bba
refs/heads/master: 02e4bac2a5b097e23d757bf2953740b3d51b7976
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ void sched_fork(struct task_struct *p, int clone_flags)
#ifdef CONFIG_SMP
cpu = sched_balance_self(cpu, SD_BALANCE_FORK);
#endif
__set_task_cpu(p, cpu);
set_task_cpu(p, cpu);

/*
* Make sure we do not leak PI boosting priority to the child:
Expand Down

0 comments on commit c79bff8

Please sign in to comment.