[IA64] Define an ia64 version of __raw_read_trylock
authorKeith Owens <kaos@sgi.com>
Sat, 10 Dec 2005 03:24:28 +0000 (14:24 +1100)
committerTony Luck <tony.luck@intel.com>
Mon, 12 Dec 2005 16:54:18 +0000 (08:54 -0800)
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>

No differences found