David Howells a66f6375bd Fix the x86_64 implementation of call_rwsem_wait()
The x86_64 call_rwsem_wait() treats the active state counter part of the
R/W semaphore state as being 16-bit when it's actually 32-bit (it's half
of the 64-bit state).  It should do "decl %edx" not "decw %dx".

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-05-04 15:24:14 -07:00
..
2010-01-22 16:05:42 -08:00
2007-10-11 11:17:08 +02:00
2007-10-11 11:17:08 +02:00
2007-10-11 11:17:08 +02:00
2008-04-17 17:40:47 +02:00
2008-07-09 09:14:13 +02:00