Fix int->long and keep a reader count of 1 in the global GP variable
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 18:52:41 +0000 (13:52 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 18:52:41 +0000 (13:52 -0500)
commit128166c908bfaa915c76e060522abd20241ac69c
tree4cb9272844efd298cd472c43887c731f93c77b61
parent6e32665beaad7fef48e9ab3c8c4cda2e9c232dde
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 <mathieu.desnoyers@polymtl.ca>
urcu.c
urcu.h
This page took 0.024884 seconds and 4 git commands to generate.