Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135682
b: refs/heads/master
c: b07430a
h: refs/heads/master
v: v3
  • Loading branch information
Gregory Haskins committed Jan 14, 2009
1 parent 814849a commit 4350d45
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0a6d4e1dc9154c4376358663d74060d1e33d203e
refs/heads/master: b07430ac37103218b5c1e542490a1b98e6deb3d6
6 changes: 4 additions & 2 deletions trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ static void dequeue_pushable_task(struct rq *rq, struct task_struct *p)

#else

#define enqueue_pushable_task(rq, p) do { } while (0)
#define dequeue_pushable_task(rq, p) do { } while (0)
static inline
void enqueue_pushable_task(struct rq *rq, struct task_struct *p) {}
static inline
void dequeue_pushable_task(struct rq *rq, struct task_struct *p) {}

#endif /* CONFIG_SMP */

Expand Down

0 comments on commit 4350d45

Please sign in to comment.