Re: [PATCH] 2.4.18-pre9, trylock for read/write semaphores

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 12 Feb 2002 23:29:29 +0000 (GMT)


> + new = old + RWSEM_ACTIVE_READ_BIAS;
> + if (cmpxchg(&sem->count, old, new) == old)
> + return 1;

cmpxchg isnt present on i386

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