diff options
| -rw-r--r-- | kernel/sched/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index a1591ca7eb5a..718730dd0480 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c | |||
| @@ -4762,7 +4762,7 @@ static void rq_attach_root(struct rq *rq, struct root_domain *rd) | |||
| 4762 | cpumask_clear_cpu(rq->cpu, old_rd->span); | 4762 | cpumask_clear_cpu(rq->cpu, old_rd->span); |
| 4763 | 4763 | ||
| 4764 | /* | 4764 | /* |
| 4765 | * If we dont want to free the old_rt yet then | 4765 | * If we dont want to free the old_rd yet then |
| 4766 | * set old_rd to NULL to skip the freeing later | 4766 | * set old_rd to NULL to skip the freeing later |
| 4767 | * in this function: | 4767 | * in this function: |
| 4768 | */ | 4768 | */ |
