From: Mathieu Desnoyers Date: Mon, 16 Nov 2015 16:33:55 +0000 (-0500) Subject: sparc64: allocate membarrier system call number X-Git-Tag: v0.9.2~7 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d4ed271fa1593c29c651256801ab917919bf635d;hp=d4ed271fa1593c29c651256801ab917919bf635d;p=userspace-rcu.git sparc64: allocate membarrier system call number Now that the membarrier system call is allocated on sparc, 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 ---