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 <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
This page took 0.025667 seconds and 4 git commands to generate.