sched: Rename sched_info_{queued,dequeued}
[linux-2.6-microblaze.git] / kernel / sched / core.c
index 61d1d85..660120d 100644 (file)
@@ -1595,7 +1595,7 @@ static inline void enqueue_task(struct rq *rq, struct task_struct *p, int flags)
                update_rq_clock(rq);
 
        if (!(flags & ENQUEUE_RESTORE)) {
-               sched_info_queued(rq, p);
+               sched_info_enqueue(rq, p);
                psi_enqueue(p, flags & ENQUEUE_WAKEUP);
        }
 
@@ -1609,7 +1609,7 @@ static inline void dequeue_task(struct rq *rq, struct task_struct *p, int flags)
                update_rq_clock(rq);
 
        if (!(flags & DEQUEUE_SAVE)) {
-               sched_info_dequeued(rq, p);
+               sched_info_dequeue(rq, p);
                psi_dequeue(p, flags & DEQUEUE_SLEEP);
        }