sched: Rename select_task_rq() argument

In order to be able to rename the sync argument, we need to rename
the current flag argument.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Peter Zijlstra
2009-09-14 19:37:39 +02:00
committed by Ingo Molnar
parent 8e6598af3f
commit 0763a660a8
4 changed files with 11 additions and 11 deletions

View File

@@ -938,11 +938,11 @@ static void yield_task_rt(struct rq *rq)
#ifdef CONFIG_SMP
static int find_lowest_rq(struct task_struct *task);
static int select_task_rq_rt(struct task_struct *p, int flag, int sync)
static int select_task_rq_rt(struct task_struct *p, int sd_flag, int sync)
{
struct rq *rq = task_rq(p);
if (flag != SD_BALANCE_WAKE)
if (sd_flag != SD_BALANCE_WAKE)
return smp_processor_id();
/*