[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070812102357.GA525@tv-sign.ru>
Date: Sun, 12 Aug 2007 14:23:57 +0400
From: Oleg Nesterov <oleg@...sign.ru>
To: Ingo Molnar <mingo@...e.hu>
Cc: Mike Galbraith <efault@....de>, linux-kernel@...r.kernel.org
Subject: [PATCH] run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
rebalance_domains(SCHED_IDLE) looks strange (typo?), change it to CPU_IDLE.
Signed-off-by: Oleg Nesterov <oleg@...sign.ru>
--- t/kernel/sched.c~ 2007-08-09 19:59:27.000000000 +0400
+++ t/kernel/sched.c 2007-08-12 14:15:37.000000000 +0400
@@ -3090,7 +3090,7 @@ static void run_rebalance_domains(struct
if (need_resched())
break;
- rebalance_domains(balance_cpu, SCHED_IDLE);
+ rebalance_domains(balance_cpu, CPU_IDLE);
rq = cpu_rq(balance_cpu);
if (time_after(this_rq->next_balance, rq->next_balance))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists