sched: Drop the rq argument to sched_class::select_task_rq()
[deliverable/linux.git] / kernel / sched_fair.c
index 4ee50f0af8d1861e50c9cdcec6bccf6ba5aeac6b..96b2c95ac356b950f36ca172295b02c587e0956e 100644 (file)
@@ -1657,7 +1657,7 @@ static int select_idle_sibling(struct task_struct *p, int target)
  * preempt must be disabled.
  */
 static int
-select_task_rq_fair(struct rq *rq, struct task_struct *p, int sd_flag, int wake_flags)
+select_task_rq_fair(struct task_struct *p, int sd_flag, int wake_flags)
 {
        struct sched_domain *tmp, *affine_sd = NULL, *sd = NULL;
        int cpu = smp_processor_id();
This page took 0.023922 seconds and 5 git commands to generate.