[IA64] implement ia64 specific mutex primitives
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Thu, 12 Jan 2006 01:11:09 +0000 (17:11 -0800)
committerTony Luck <tony.luck@intel.com>
Thu, 26 Jan 2006 21:10:19 +0000 (13:10 -0800)
Implement ia64 optimized mutex primitives.  It properly uses
acquire/release memory ordering semantics in lock/unlock path.
2nd version making them all static inline functions.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found