X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_sparc64.h;h=283a8f482f018b755b5fd739472c9d4efceb6c0a;hp=39f27c7adb054b826d9e21b61712f1d817fcd215;hb=af7c2dbeac32c663b64ad05e4eca70e18784463b;hpb=5481ddb381061bda64aebc039900d21cac6a6caf diff --git a/urcu/arch_sparc64.h b/urcu/arch_sparc64.h index 39f27c7..283a8f4 100644 --- a/urcu/arch_sparc64.h +++ b/urcu/arch_sparc64.h @@ -29,7 +29,7 @@ extern "C" { #endif -#define CACHE_LINE_SIZE 256 +#define CAA_CACHE_LINE_SIZE 256 /* * Inspired from the Linux kernel. Workaround Spitfire bug #51. @@ -46,7 +46,7 @@ __asm__ __volatile__("ba,pt %%xcc, 1f\n\t" \ typedef unsigned long long cycles_t; -static inline cycles_t get_cycles (void) +static inline cycles_t caa_get_cycles (void) { return 0; /* unimplemented */ }