On Fri, 22 Sep 2000, Andrea Arcangeli wrote: > > This patch fixes the spinlock problems in read_lock/write_lock and also some > alpha SMP race where clear_bit isn't enforcing a memory barrier Why would clear_bit() be a memory barrier? Anything that expects clear_bit() to be a memory barrier should be fixed. Anything that wants a spinlock should use the spinlocks. Not the bit ops. They are atomic, but they are not memory barriers. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: GCC proposal for "@" asm cons... Richard Henderson
- Re: GCC proposal for "@" asm ... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... Andrea Arcangeli
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constraint Andrea Arcangeli
- Re: GCC proposal for "@" asm constrai... David Howells
- Re: GCC proposal for "@" asm cons... Andrea Arcangeli
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constraint Andrea Arcangeli
- Re: GCC proposal for "@" asm constrai... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... Linus Torvalds
- Re: GCC proposal for "@" asm ... Andrea Arcangeli
- Re: GCC proposal for "@"... Linus Torvalds
- Re: GCC proposal for "@&q... Andrea Arcangeli
- Re: GCC proposal for "@" asm ... Alan Cox
- 2.2.17 Stuck TCP ESTABLISHED sessi... Philippe Troin