Fix missing BITS_PER_LONG -> CAA_BITS_PER_LONG rename
[urcu.git] / urcu / uatomic_arch_sparc64.h
index 399ac120a5a64e37874845801e9d645bd4d26638..082c84750e17498b9c1c2fb7eb0b60dde919aec6 100644 (file)
@@ -46,7 +46,7 @@ unsigned long _uatomic_cmpxchg(void *addr, unsigned long old,
 
                return _new;
        }
-#if (BITS_PER_LONG == 64)
+#if (CAA_BITS_PER_LONG == 64)
        case 8:
        {
                __asm__ __volatile__ (
This page took 0.022192 seconds and 4 git commands to generate.