From: Mathieu Desnoyers Date: Mon, 28 Sep 2015 14:46:54 +0000 (-0400) Subject: arm: allocate membarrier system call number X-Git-Tag: v0.9.0~25 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=da5b715a201a36156fa520b6442db7c46f6fdade;hp=da5b715a201a36156fa520b6442db7c46f6fdade arm: allocate membarrier system call number Now that the membarrier system call is allocated on ARM, 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 ---