-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 205415 b: refs/heads/master c: 21aa9af h: refs/heads/master i: 205413: f0decd3 205411: 4f86a3d 205407: 49d684a v: v3
- Loading branch information
Tejun Heo
committed
Jun 8, 2010
1 parent
6ac64cf
commit 0fa3b09
Showing
5 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9ed3811a6c0d6b66e6cd47a5d7b9136386dce743 | ||
refs/heads/master: 21aa9af03d06cb1d19a3738e5cf12acff984e69b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* kernel/workqueue_sched.h | ||
* | ||
* Scheduler hooks for concurrency managed workqueue. Only to be | ||
* included from sched.c and workqueue.c. | ||
*/ | ||
static inline void wq_worker_waking_up(struct task_struct *task, | ||
unsigned int cpu) | ||
{ | ||
} | ||
|
||
static inline struct task_struct *wq_worker_sleeping(struct task_struct *task, | ||
unsigned int cpu) | ||
{ | ||
return NULL; | ||
} |