rwlock_t: is "previous" superflous?

Manfred Spraul (manfreds@colorfullife.com)
Wed, 29 Sep 1999 16:29:16 +0000


include/asm/spinlock.h defines rw_lock_t as a structure with 2 long
values:
> typedef struct {
> volatile unsigned int lock;
> unsigned long previous;
>} rwlock_t;

I'm no expert for the GNU asm, but I see no reference to "previous".

--
	Manfred

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/