mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sched: Fix comment of function rebalance_domains
@ 2013-04-01 11:14 Libin
  2013-04-10 12:27 ` [tip:sched/core] sched: Fix comment in rebalance_domains() tip-bot for Libin
  0 siblings, 1 reply; 2+ messages in thread
From: Libin @ 2013-04-01 11:14 UTC (permalink / raw)
  To: peterz; +Cc: linux-kernel, mingo, Libin

The comment of function rebalance_domains mentions arch_init_sched_domains,
but this function don't exist. The proper function is init_sched_domains.

Signed-off-by: Libin <huawei.libin@huawei.com>
---
 kernel/sched/fair.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 7a33e59..3a0d40b 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5468,7 +5468,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)
 {
-- 
1.6.0.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-10 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-01 11:14 [PATCH] sched: Fix comment of function rebalance_domains Libin
2013-04-10 12:27 ` [tip:sched/core] sched: Fix comment in rebalance_domains() tip-bot for Libin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®