diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-08-09 05:16:48 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-08-09 05:16:48 -0400 |
commit | fd390f6a04f22fb457d6fd1855964f79536525de (patch) | |
tree | 753b2c9889a4127e6c4b4ea8d80bae972228a875 /kernel/sched_fair.c | |
parent | f1e14ef64d3e1bdcb3437f1e926fe5a7f861aa0a (diff) |
sched: remove the 'u64 now' parameter from ->enqueue_task()
remove the 'u64 now' parameter from ->enqueue_task().
( identity transformation that causes no change in functionality. )
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_fair.c')
-rw-r--r-- | kernel/sched_fair.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c index a11d18861a3c..81db9626b7ed 100644 --- a/kernel/sched_fair.c +++ b/kernel/sched_fair.c | |||
@@ -782,8 +782,7 @@ static inline int is_same_group(struct task_struct *curr, struct task_struct *p) | |||
782 | * increased. Here we update the fair scheduling stats and | 782 | * increased. Here we update the fair scheduling stats and |
783 | * then put the task into the rbtree: | 783 | * then put the task into the rbtree: |
784 | */ | 784 | */ |
785 | static void | 785 | static void enqueue_task_fair(struct rq *rq, struct task_struct *p, int wakeup) |
786 | enqueue_task_fair(struct rq *rq, struct task_struct *p, int wakeup, u64 now) | ||
787 | { | 786 | { |
788 | struct cfs_rq *cfs_rq; | 787 | struct cfs_rq *cfs_rq; |
789 | struct sched_entity *se = &p->se; | 788 | struct sched_entity *se = &p->se; |