Commit b19fdb16 authored by Colin Ian King's avatar Colin Ian King Committed by Ingo Molnar
Browse files

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:

  55627e3c ("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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20231010155744.1381065-1-colin.i.king@gmail.com
parent f169c62f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -948,10 +948,6 @@ struct rq {
	/* runqueue lock: */
	raw_spinlock_t		__lock;

	/*
	 * nr_running and cpu_load should be in the same cacheline because
	 * remote CPUs use both these fields when doing load calculation.
	 */
	unsigned int		nr_running;
#ifdef CONFIG_NUMA_BALANCING
	unsigned int		nr_numa_running;