]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index 66169005f008c2c5c50b0891671bed2c7f9135f7..abcb02738d95ad75392b234dc840e26551780a51 100644 (file)
@@ -871,7 +871,6 @@ struct sched_class {
                        struct sched_domain *sd, enum cpu_idle_type idle,
                        int *all_pinned, int *this_best_prio);
 
-       void (*set_curr_task) (struct rq *rq);
        void (*task_tick) (struct rq *rq, struct task_struct *p);
        void (*task_new) (struct rq *rq, struct task_struct *p);
 };