sched: Fix comment in rebalance_domains()
authorLibin <[email protected]>
Mon, 1 Apr 2013 11:14:01 +0000 (19:14 +0800)
committerIngo Molnar <[email protected]>
Wed, 10 Apr 2013 11:39:57 +0000 (13:39 +0200)
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: Libin <[email protected]>
Cc: <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/fair.c

index bf8ab4f5e603eea829a8d24c4e8add0e76dc2d72..155783b4e4bfea97781473690d172e97fb355acb 100644 (file)
@@ -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)
 {