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:
7ffd044
)
ACPI: Do not use krefs under a mutex in osl.c
author
Rafael J. Wysocki
<rjw@sisk.pl>
Tue, 8 Feb 2011 22:38:15 +0000
(23:38 +0100)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Thu, 24 Feb 2011 18:58:42 +0000
(19:58 +0100)
The reference counting of ACPI iomaps is carried out entirely under
acpi_ioremap_lock, so it is sufficient to use simple counters instead
of krefs for this purpose.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
No differences found