uatomic: fix i386 support
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jun 2011 20:54:56 +0000 (16:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jun 2011 20:54:56 +0000 (16:54 -0400)
commit8c43fe7257db4d2d75bbf06066d10a3a414f061e
tree3c12a496d8a01a0dbf34f17c7afc8f4f293a42bb
parent07b2f81953f8d493f47841a3bf26b3c1b65cbb3d
uatomic: fix i386 support

Fix:

* Incorrect prototype for uatomic_and and uatomic_or in i386
  compatibility code.
* Missing $(COMPAT) code inclusion in wfq/lfq tests.
* Silence gcc warnings about compat code (branch volountarily causing a
  linker error, which can never return).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
compat_arch_x86.c
tests/Makefile.am
urcu/uatomic/x86.h
This page took 0.024613 seconds and 4 git commands to generate.