Update api gcc in tests
[urcu.git] / tests / api_gcc.h
index 1c8b12b252670b2cfd2f498f7bcb96a15ed4b9c1..b31f3fcd2a1d5a52426c01537bd76820c00023a3 100644 (file)
@@ -69,7 +69,7 @@
  * Machine parameters.
  */
 
-#define CACHE_LINE_SIZE 64
+/* #define CACHE_LINE_SIZE 64 */
 #define ____cacheline_internodealigned_in_smp \
        __attribute__((__aligned__(1 << 6)))
 
@@ -299,7 +299,7 @@ cmpxchg(volatile long *ptr, long oldval, long newval)
  */
 
 #ifndef CACHE_LINE_SIZE
-#define CACHE_LINE_SIZE 128
+/* #define CACHE_LINE_SIZE 128 */
 #endif /* #ifndef CACHE_LINE_SIZE */
 
 /*
This page took 0.022799 seconds and 4 git commands to generate.