uatomic/x86: Remove redundant memory barriers
[urcu.git] / include / urcu / uatomic / hppa.h
1 // SPDX-FileCopyrightText: 2014 Helge Deller <deller@gmx.de>
2 //
3 // SPDX-License-Identifier: LGPL-2.1-or-later
4
5 #ifndef _URCU_ARCH_UATOMIC_HPPA_H
6 #define _URCU_ARCH_UATOMIC_HPPA_H
7
8 #include <urcu/compiler.h>
9 #include <urcu/system.h>
10
11 #define UATOMIC_HAS_ATOMIC_SHORT
12 #include <urcu/uatomic/generic.h>
13
14 #endif /* _URCU_ARCH_UATOMIC_HPPA_H */
This page took 0.029193 seconds and 4 git commands to generate.