Re: [PATCH] 3rd try: i386 rw_semaphores fix

2001-04-11 Thread Anton Blanchard
Hi, > Here's the RW semaphore patch #3. This time with more asm constraints added. Personally I care about sparc and ppc64 and as such would like to see the slow paths end up in lib/rwsem.c protected by #ifndef __HAVE_ARCH_RWSEM or something like that. If we couldn't get rwsems to work on x86,

[PATCH] 3rd try: i386 rw_semaphores fix

2001-04-11 Thread David Howells
Here's the RW semaphore patch #3. This time with more asm constraints added. David diff -uNr linux-2.4.3/arch/i386/config.in linux-rwsem/arch/i386/config.in --- linux-2.4.3/arch/i386/config.in Thu Apr 5 14:44:04 2001 +++ linux-rwsem/arch/i386/config.in Wed Apr 11 08:38:04 2001 @@

[PATCH] 3rd try: i386 rw_semaphores fix

2001-04-11 Thread David Howells
Here's the RW semaphore patch #3. This time with more asm constraints added. David diff -uNr linux-2.4.3/arch/i386/config.in linux-rwsem/arch/i386/config.in --- linux-2.4.3/arch/i386/config.in Thu Apr 5 14:44:04 2001 +++ linux-rwsem/arch/i386/config.in Wed Apr 11 08:38:04 2001 @@

Re: [PATCH] 3rd try: i386 rw_semaphores fix

2001-04-11 Thread Anton Blanchard
Hi, Here's the RW semaphore patch #3. This time with more asm constraints added. Personally I care about sparc and ppc64 and as such would like to see the slow paths end up in lib/rwsem.c protected by #ifndef __HAVE_ARCH_RWSEM or something like that. If we couldn't get rwsems to work on x86,