X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fuatomic_arch_s390.h;h=0a0f2381835542e16216421657de8b755f2b0e42;hp=5942ffe46bf81220383ab36757dc1628274915e0;hb=1b27a7725e853b9f0673a0ed2639b8dc1065f21b;hpb=f152776dbd7d8cf072160d4d0229e1c3e4ea6f1c diff --git a/urcu/uatomic_arch_s390.h b/urcu/uatomic_arch_s390.h index 5942ffe..0a0f238 100644 --- a/urcu/uatomic_arch_s390.h +++ b/urcu/uatomic_arch_s390.h @@ -36,18 +36,6 @@ extern "C" { #endif -#ifndef __SIZEOF_LONG__ -#ifdef __s390x__ -#define __SIZEOF_LONG__ 8 -#else -#define __SIZEOF_LONG__ 4 -#endif -#endif - -#ifndef BITS_PER_LONG -#define BITS_PER_LONG (__SIZEOF_LONG__ * 8) -#endif - #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 2) #define COMPILER_HAVE_SHORT_MEM_OPERAND #endif