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:
6183c00
)
workqueue: make workqueue_lock irq-safe
author
Tejun Heo
<tj@kernel.org>
Tue, 12 Mar 2013 18:29:57 +0000
(11:29 -0700)
committer
Tejun Heo
<tj@kernel.org>
Tue, 12 Mar 2013 18:29:57 +0000
(11:29 -0700)
workqueue_lock will be used to synchronize areas which require
irq-safety and there isn't much benefit in keeping it not irq-safe.
Make it irq-safe.
This patch doesn't introduce any visible behavior changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
kernel/workqueue.c
patch
|
blob
|
history
diff --cc
kernel/workqueue.c
Simple merge