From: Mathieu Desnoyers Date: Wed, 20 May 2009 17:02:22 +0000 (-0400) Subject: Fix standard (no remote barrier) parity flip bug X-Git-Tag: v0.1~211 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=794a737edb08278087a6628a37235d19ff68fce1;hp=794a737edb08278087a6628a37235d19ff68fce1 Fix standard (no remote barrier) parity flip bug A bug was introduced when moving from statically assigning the parity to wait for on the update side (first even, then odd) to a model trying to deal the single flip test case. It occurs that when busy-looping, the parity flip occurred when it should not. Signed-off-by: Mathieu Desnoyers ---