X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_s390.h;h=1a55e0d4e4c4596ccca31a184c2d0e668320d574;hp=4ad3ee8edd39e8c9f7752ebc0d82db4e90722280;hb=1b27a7725e853b9f0673a0ed2639b8dc1065f21b;hpb=f152776dbd7d8cf072160d4d0229e1c3e4ea6f1c diff --git a/urcu/arch_s390.h b/urcu/arch_s390.h index 4ad3ee8..1a55e0d 100644 --- a/urcu/arch_s390.h +++ b/urcu/arch_s390.h @@ -37,18 +37,6 @@ extern "C" { #define CACHE_LINE_SIZE 128 -#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 - #define mb() __asm__ __volatile__("bcr 15,0" : : : "memory") typedef unsigned long long cycles_t;