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:
aee9446
)
PNP: Convert pnp_lock into a mutex
author
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 18 Mar 2015 21:39:55 +0000
(22:39 +0100)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 18 Mar 2015 21:39:55 +0000
(22:39 +0100)
pnp_lock is a spinlock, but it is only acquired from process context,
so it may be a mutex just fine.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found