Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63579
b: refs/heads/master
c: 4e6f96f
h: refs/heads/master
i:
  63577: 0c75a49
  63575: 263a94c
v: v3
  • Loading branch information
Ingo Molnar committed Aug 2, 2007
1 parent ed73aac commit 56424a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb1c4fc924d7eeb3fb723ad72705d4a70e9781fd
refs/heads/master: 4e6f96f313561d86d248edf0eaff2336d8217e1b
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,13 +782,13 @@ dec_load(struct rq *rq, const struct task_struct *p, u64 now)
update_load_sub(&rq->ls.load, p->se.load.weight);
}

static inline void inc_nr_running(struct task_struct *p, struct rq *rq, u64 now)
static void inc_nr_running(struct task_struct *p, struct rq *rq, u64 now)
{
rq->nr_running++;
inc_load(rq, p, now);
}

static inline void dec_nr_running(struct task_struct *p, struct rq *rq, u64 now)
static void dec_nr_running(struct task_struct *p, struct rq *rq, u64 now)
{
rq->nr_running--;
dec_load(rq, p, now);
Expand Down

0 comments on commit 56424a4

Please sign in to comment.