From: Mathieu Desnoyers Date: Mon, 9 Feb 2009 18:52:41 +0000 (-0500) Subject: Fix int->long and keep a reader count of 1 in the global GP variable X-Git-Tag: v0.1~300 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=128166c908bfaa915c76e060522abd20241ac69c;hp=128166c908bfaa915c76e060522abd20241ac69c;p=urcu.git Fix int->long and keep a reader count of 1 in the global GP variable - Forgot a few migration from int to long - Accelerate fast path by reading a GP variable which already has 1 reader count. This saves an increment in the fast path. Signed-off-by: Mathieu Desnoyers ---