Map symbols to allow multiple RCU flavors to be used in one binary
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 3 Jun 2011 16:43:17 +0000 (12:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 3 Jun 2011 16:43:17 +0000 (12:43 -0400)
commit5e77fc1f94c3572fca067d37667d74f8165e2434
tree413520276eedb03aeae3edeb49b714e0fddc9777
parent81ad2e193e8072f8246212d7eaba72769306c2e4
Map symbols to allow multiple RCU flavors to be used in one binary

Probably need similar mapping for rcu_defer().  Definitely need
backwards-compatibility mapping for programs compiled against
old versions of the library.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
15 files changed:
Makefile.am
tests/Makefile.am
tests/rcutorture.h
tests/urcutorture.c
urcu-bp-map.h [new file with mode: 0644]
urcu-bp.c
urcu-bp.h
urcu-call-rcu-impl.h [new file with mode: 0644]
urcu-call-rcu.c [deleted file]
urcu-map.h [new file with mode: 0644]
urcu-qsbr-map.h [new file with mode: 0644]
urcu-qsbr.c
urcu-qsbr.h
urcu.c
urcu.h
This page took 0.025513 seconds and 4 git commands to generate.