From: Mathieu Desnoyers Date: Fri, 18 Sep 2015 21:53:11 +0000 (-0400) Subject: x86: allocate membarrier system call number X-Git-Tag: v0.9.0~33 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=999991c6e4600c410181baea65bda9f406464872;hp=999991c6e4600c410181baea65bda9f406464872 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 ---