sched: Drop the rq argument to sched_class::select_task_rq()
[deliverable/linux.git] / include / linux / sched.h
index b33a700652dc0975b585e62ed6a4a3c61a5c6c44..ff4e2f9c24a7587b056715787d15534e09135cb7 100644 (file)
@@ -1067,8 +1067,7 @@ struct sched_class {
        void (*put_prev_task) (struct rq *rq, struct task_struct *p);
 
 #ifdef CONFIG_SMP
-       int  (*select_task_rq)(struct rq *rq, struct task_struct *p,
-                              int sd_flag, int flags);
+       int  (*select_task_rq)(struct task_struct *p, int sd_flag, int flags);
 
        void (*pre_schedule) (struct rq *this_rq, struct task_struct *task);
        void (*post_schedule) (struct rq *this_rq);
This page took 0.024432 seconds and 5 git commands to generate.