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:
4ce48b3
)
workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()
author
Tejun Heo
<tj@kernel.org>
Fri, 2 Jul 2010 08:03:51 +0000
(10:03 +0200)
committer
Tejun Heo
<tj@kernel.org>
Fri, 2 Jul 2010 08:03:51 +0000
(10:03 +0200)
get_work_gcwq() was incorrectly triggering BUG_ON() if cpu number is
equal to or higher than num_possible_cpus() instead of nr_cpu_ids.
Fix it.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found