x86: allocate membarrier system call number
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Sep 2015 21:53:11 +0000 (17:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Sep 2015 21:53:11 +0000 (17:53 -0400)
commit999991c6e4600c410181baea65bda9f406464872
tree22b4eb14ae041bb0664f68db55b89ee74008e991
parentf541831e757bc5e0143550f5d686bed0de7d41b7
x86: allocate membarrier system call number

Now that the membarrier system call is allocated on x86 32/64, allocate
its number in our architecture header if the system headers don't
allocate it. This allows using the membarrier system call as soon as
implemented in the kernel, even if the distribution has old kernel
headers.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 files changed:
urcu-bp.c
urcu.c
urcu/arch/alpha.h
urcu/arch/arm.h
urcu/arch/gcc.h
urcu/arch/generic.h
urcu/arch/hppa.h
urcu/arch/mips.h
urcu/arch/ppc.h
urcu/arch/s390.h
urcu/arch/sparc64.h
urcu/arch/x86.h
urcu/futex.h
This page took 0.026177 seconds and 4 git commands to generate.