s390: add block after label
[urcu.git] / urcu / arch_s390.h
index bf46d3b56e6b660b0868eade0dec1ccf42a0fa69..148545b2df5d44c435a96bfde6718018e4069888 100644 (file)
  */
 
 #include <compiler.h>
-#include <config/config.h>
+#include <urcu/config.h>
 
 #define CONFIG_HAVE_MEM_COHERENCY
 
+#define CACHE_LINE_SIZE        128
+
+#ifndef __SIZEOF_LONG__
+#ifdef __s390x__
+#define __SIZEOF_LONG__ 8
+#else
+#define __SIZEOF_LONG__ 4
+#endif
+#endif
+
 #ifndef BITS_PER_LONG
 #define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)
 #endif
This page took 0.023024 seconds and 4 git commands to generate.