sched: Remove select_task_rq()'s sd_flag parameter
[linux-2.6-microblaze.git] / kernel / sched / stop_task.c
index 91bb10c..55f3912 100644 (file)
@@ -11,7 +11,7 @@
 
 #ifdef CONFIG_SMP
 static int
-select_task_rq_stop(struct task_struct *p, int cpu, int sd_flag, int flags)
+select_task_rq_stop(struct task_struct *p, int cpu, int flags)
 {
        return task_cpu(p); /* stop tasks as never migrate */
 }