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:
af3d64b
)
OMAPDSS: APPLY: move spinlock outside the struct
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 15 Nov 2011 10:04:10 +0000
(12:04 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:38 +0000
(08:54 +0200)
dss_cache struct contains a spinlock used to protect the struct. A more
logical place for the spinlock is outside the struct that it is
protecting. So move it there.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found