sched/headers: Remove comment referring to rq::cpu_load, since this has been removed
authorColin Ian King <colin.i.king@gmail.com>
Tue, 10 Oct 2023 15:57:44 +0000 (16:57 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 10 Oct 2023 21:42:20 +0000 (23:42 +0200)
commitb19fdb16fb2167c6bc9ee8fbc0c1d2d4fd3e2eb8
treeab240601d6f10f9ced6866e3bfd2a41bd23687c1
parentf169c62ff7cd1acf8bac8ae17bfeafa307d9e6fa
sched/headers: Remove comment referring to rq::cpu_load, since this has been removed

There is a comment that refers to cpu_load, however, this cpu_load was
removed with:

  55627e3cd22c ("sched/core: Remove rq->cpu_load[]")

... back in 2019. The comment does not make sense with respect to this
removed array, so remove the comment.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20231010155744.1381065-1-colin.i.king@gmail.com
kernel/sched/sched.h