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:
36a0790
)
[IA64] Re-implement spinaphores using ticket lock concepts
author
Tony Luck
<tony.luck@intel.com>
Fri, 9 Oct 2009 17:52:39 +0000
(10:52 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Fri, 9 Oct 2009 17:52:39 +0000
(10:52 -0700)
Bound the wait time for the ptcg_sem by using similar idea to the
ticket spin locks. In this case we have only one instance of a
spinaphore, so make it 8 bytes rather than try to squeeze it into
4-bytes to keep the code simpler (and shorter).
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found