From: Mathieu Desnoyers Date: Mon, 9 Feb 2009 04:56:15 +0000 (-0500) Subject: Remove parameter from rcu_read_lock() X-Git-Tag: v0.1~314 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=1430ee0bdca4cb454d534ef7fc84af3e0692f26b;hp=1430ee0bdca4cb454d534ef7fc84af3e0692f26b;p=urcu.git Remove parameter from rcu_read_lock() Also makes the read fast-path twice faster : 7 cycles instead of 14 on a 8-cores x86_64. Mathieu : I limited the amount of nested readers to 256. Should be enough and lets us use testb generically. Changed the 64-bits code to make it the same as 32-bits. I prefer to have the exact same behavior on both architectures. Signed-off-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers ---