X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=arch_ppc.h;h=40d186b1c107bd4da45d89fa6977d31ba7eb1cbd;hp=1a34024461909a6078423ee4171945ca002fdb62;hb=d2d2303563e2b260114bc0aa679d8c256eb0a43e;hpb=5e13fab888d07ba3657ac9e1eb0441450ea17837 diff --git a/arch_ppc.h b/arch_ppc.h index 1a34024..40d186b 100644 --- a/arch_ppc.h +++ b/arch_ppc.h @@ -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")