Al Viro 7a39f52202 [PATCH] sparc32 rwlock fix
read_trylock() is broken on sparc32 (doesn't build and didn't work
right, actually).  Proposed fix:

 - make "writer holds lock" distinguishable from "reader tries to grab
   lock"

 - have __raw_read_trylock() try to acquire the mutex (in LSB of lock),
   terminating spin if we see that there's writer holding it.  Then do
   the rest as we do in read_lock().

Thanks to Ingo for discussion...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-08 12:32:35 -07:00
..
2006-01-08 20:13:39 -08:00
2006-10-08 12:32:35 -07:00
2006-01-08 20:13:39 -08:00
2006-06-25 23:24:24 -07:00
2006-10-08 12:32:35 -07:00
2006-10-08 12:32:35 -07:00
2006-09-21 08:48:27 +01:00
2006-09-21 08:48:27 +01:00
2006-09-26 08:48:51 -07:00
2005-11-07 07:53:42 -08:00
2006-10-03 23:01:26 +02:00
2006-07-24 22:34:00 -07:00
2006-06-29 16:58:06 -07:00
2006-10-08 12:32:35 -07:00
2006-07-14 21:56:14 -07:00
2006-04-11 06:18:54 -07:00