X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=eeeb753936d6c0f036305905829513aecc11843b;hb=56b14eae63673af90dd92e9495ee1d6905591f1f;hp=1e096dbb893eca6e0cca03aba5858c7cee44f5c6;hpb=e4d1eb09301904b56cdf22e1d6042df4492d57cb;p=userspace-rcu.git 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") /*