uatomic compat: complete i386 support
[urcu.git] / urcu / arch_x86.h
index 4ba08f7a288796186aeda16679d3fe8a7d558506..f137a16d841c48e3c663a645286137ffe2114a04 100644 (file)
 
 #define CACHE_LINE_SIZE        128
 
-#ifndef BITS_PER_LONG
-#define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)
-#endif
-
 #ifdef CONFIG_URCU_HAVE_FENCE
 #define mb()    asm volatile("mfence":::"memory")
 #define rmb()   asm volatile("lfence":::"memory")
This page took 0.022459 seconds and 4 git commands to generate.