Fix precompiler error in arch_*.h, add arch-api test
[urcu.git] / arch_ppc.h
index 1a34024461909a6078423ee4171945ca002fdb62..40d186b1c107bd4da45d89fa6977d31ba7eb1cbd 100644 (file)
@@ -28,7 +28,7 @@
 #define CONFIG_HAVE_MEM_COHERENCY
 
 #ifndef BITS_PER_LONG
-#define BITS_PER_LONG   (sizeof(unsigned long) * 8)
+#define BITS_PER_LONG  (sizeof(unsigned long) * 8)
 #endif
 
 #define mb()    asm volatile("sync":::"memory")
This page took 0.023526 seconds and 4 git commands to generate.