commit | bf7ececa9b68f4720f1ce344f442435660bcdae7 | [log] [tgz] |
---|---|---|
author | Keith Owens <kaos@sgi.com> | Sat Dec 10 14:24:28 2005 +1100 |
committer | Tony Luck <tony.luck@intel.com> | Mon Dec 12 08:54:18 2005 -0800 |
tree | 7caff55f6ce8cfee2547ad0c93ad893c8f9583cb | |
parent | f64fa6772aa874e5cad02a9d87e6b0d99ced3d48 [diff] |
[IA64] Define an ia64 version of __raw_read_trylock IA64 is using the generic version of __raw_read_trylock, which always waits for the lock to be free instead of returning when the lock is in use. Define an ia64 version of __raw_read_trylock which behaves correctly, and drop the generic one. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>