]> err.no Git - linux-2.6/blobdiff - kernel/sched_idletask.c
sched: simplify move_tasks()
[linux-2.6] / kernel / sched_idletask.c
index 41841e741c4a097fa3db58f2222308af64b6ca34..1d8d9e13d95013e46df2bbd02eba7214337e93df 100644 (file)
@@ -37,11 +37,11 @@ static void put_prev_task_idle(struct rq *rq, struct task_struct *prev, u64 now)
 {
 }
 
-static int
+static unsigned long
 load_balance_idle(struct rq *this_rq, int this_cpu, struct rq *busiest,
                        unsigned long max_nr_move, unsigned long max_load_move,
                        struct sched_domain *sd, enum cpu_idle_type idle,
-                       int *all_pinned, unsigned long *total_load_moved)
+                       int *all_pinned)
 {
        return 0;
 }