From: Mathieu Desnoyers Date: Mon, 28 Sep 2015 15:34:08 +0000 (-0400) Subject: ia64: allocate membarrier system call number X-Git-Tag: v0.9.0~22 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=c21a8d01ea8aef38007eeff44c14509f2405393b;hp=c21a8d01ea8aef38007eeff44c14509f2405393b ia64: allocate membarrier system call number Now that the membarrier system call is allocated on ia64, 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 ia64, which rely on the gcc atomic and memory barrier builtins. Signed-off-by: Mathieu Desnoyers ---