X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_x86.h;fp=urcu%2Farch_x86.h;h=f137a16d841c48e3c663a645286137ffe2114a04;hp=4ba08f7a288796186aeda16679d3fe8a7d558506;hb=618c4ae180e1d9406bcad808cd0cb88addc992a1;hpb=bcb9d2bfa5a2b397d81c46e135b88bc94b99ca0f diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index 4ba08f7..f137a16 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -29,10 +29,6 @@ #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")