centralize definition of BITS_PER_LONG
[urcu.git] / urcu / arch_ppc.h
index 1e096dbb893eca6e0cca03aba5858c7cee44f5c6..eeeb753936d6c0f036305905829513aecc11843b 100644 (file)
@@ -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")
 
 /*
This page took 0.022732 seconds and 4 git commands to generate.