Update api gcc in tests
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 7 Oct 2009 21:26:09 +0000 (17:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 7 Oct 2009 21:26:09 +0000 (17:26 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
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.027696 seconds and 4 git commands to generate.