Skip to content
Commit 883a3acf authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] Re-implement spinaphores using ticket lock concepts



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: default avatarTony Luck <tony.luck@intel.com>
parent 36a07902
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment