X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=eeeb753936d6c0f036305905829513aecc11843b;hp=1e096dbb893eca6e0cca03aba5858c7cee44f5c6;hb=1b27a7725e853b9f0673a0ed2639b8dc1065f21b;hpb=f152776dbd7d8cf072160d4d0229e1c3e4ea6f1c diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 1e096db..eeeb753 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -32,10 +32,6 @@ extern "C" { /* Include size of POWER5+ L3 cache lines: 256 bytes */ #define CACHE_LINE_SIZE 256 -#ifndef BITS_PER_LONG -#define BITS_PER_LONG (__SIZEOF_LONG__ * 8) -#endif - #define mb() asm volatile("sync":::"memory") /*