Re: [RFC 0/12][PATCH] SCHED_DEADLINE: core of the scheduling class

From: Peter Zijlstra
Date: Tue Dec 29 2009 - 09:43:00 EST


On Fri, 2009-10-16 at 17:40 +0200, Raistlin wrote:
> +static unsigned long
> +load_balance_deadline(struct rq *this_rq, int this_cpu, struct rq *busiest,
> + unsigned long max_load_move,
> + struct sched_domain *sd, enum cpu_idle_type idle,
> + int *all_pinned, int *this_best_prio)
> +{
> + /* for now, don't touch SCHED_DEADLINE tasks */
> + return 0;
> +}
> +
> +static int
> +move_one_task_deadline(struct rq *this_rq, int this_cpu, struct rq *busiest,
> + struct sched_domain *sd, enum cpu_idle_type idle)
> +{
> + return 0;
> +}

The good news is that I've killed all that :-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/