1 // SPDX-FileCopyrightText: 2010 Paul E. McKenney, IBM Corporation.
2 // SPDX-FileCopyrightText: 2009-2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 // SPDX-License-Identifier: LGPL-2.1-or-later
6 #ifndef _URCU_ARCH_TILE_H
7 #define _URCU_ARCH_TILE_H
10 * arch/tile.h: definitions for tile architecture
13 #include <urcu/compiler.h>
14 #include <urcu/config.h>
15 #include <urcu/syscall-compat.h>
25 * On Linux, define the membarrier system call number if not yet available in
26 * the system headers. tile implements asm-generic/unistd.h system call
29 #if (defined(__linux__) && !defined(__NR_membarrier))
30 #define __NR_membarrier 283
37 #include <urcu/arch/generic.h>
39 #endif /* _URCU_ARCH_TILE_H */
This page took 0.029817 seconds and 4 git commands to generate.