git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7bdd4
)
workqueue: use @pool instead of @gcwq or @cpu where applicable
author
Tejun Heo
<tj@kernel.org>
Thu, 12 Jul 2012 21:46:37 +0000
(14:46 -0700)
committer
Tejun Heo
<tj@kernel.org>
Thu, 12 Jul 2012 21:46:37 +0000
(14:46 -0700)
Modify all functions which deal with per-pool properties to pass
around @pool instead of @gcwq or @cpu.
The changes in this patch are mechanical and don't caues any
functional difference. This is to prepare for multiple pools per
gcwq.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found