Commit 024d4d4
committed
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Thomas Gleixner:
"Two small scheduler fixes:
- Take hotplug lock in sched_init_smp(). Technically not really
required, but lockdep will complain other.
- Trivial comment fix in sched/fair"
* 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/fair: Fix a comment in task_numa_fault()
sched/core: Take the hotplug lock in sched_init_smp()2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5851 | 5851 | | |
5852 | 5852 | | |
5853 | 5853 | | |
5854 | | - | |
| 5854 | + | |
| 5855 | + | |
5855 | 5856 | | |
| 5857 | + | |
5856 | 5858 | | |
5857 | 5859 | | |
5858 | 5860 | | |
| 5861 | + | |
5859 | 5862 | | |
5860 | 5863 | | |
5861 | 5864 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2400 | 2400 | | |
2401 | 2401 | | |
2402 | 2402 | | |
2403 | | - | |
2404 | | - | |
| 2403 | + | |
| 2404 | + | |
2405 | 2405 | | |
2406 | 2406 | | |
2407 | 2407 | | |
| |||
0 commit comments