aarch64: allocate membarrier system call number
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Sep 2015 15:27:55 +0000 (11:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Sep 2015 15:27:55 +0000 (11:27 -0400)
commit3aea2ae08850f2f6e9ddab451e004adf78d42ddd
tree5b616e982b30564d8be21da55cf2f4cb2d1cfc5b
parent61126bd9c901fa403315db71d8d5351d716717cb
aarch64: allocate membarrier system call number

Now that the membarrier system call is allocated on aarch64, 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.

Do so by creating headers specifically for aarch64, which rely on the
gcc atomic and memory barrier builtins.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
urcu/arch/aarch64.h [new file with mode: 0644]
urcu/uatomic/aarch64.h [new file with mode: 0644]
This page took 0.025805 seconds and 4 git commands to generate.