Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9b0853a authored by Libin's avatar Libin Committed by Ingo Molnar
Browse files

sched: Fix comment in rebalance_domains()



A comment in function rebalance_domains() mentions
arch_init_sched_domains(), but that function does not exist
anymore. The proper function is init_sched_domains().

Signed-off-by: default avatarLibin <huawei.libin@huawei.com>
Cc: <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1364814841-49156-1-git-send-email-huawei.libin@huawei.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 4e2dcb73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5466,7 +5466,7 @@ void update_max_interval(void)
 * It checks each scheduling domain to see if it is due to be balanced,
 * and initiates a balancing operation if so.
 *
 * Balancing parameters are set up in arch_init_sched_domains.
 * Balancing parameters are set up in init_sched_domains.
 */
static void rebalance_domains(int cpu, enum cpu_idle_type idle)
{