Headers: move *-static.h headers to urcu/static/
[urcu.git] / urcu / arch_sparc64.h
index 39f27c7adb054b826d9e21b61712f1d817fcd215..283a8f482f018b755b5fd739472c9d4efceb6c0a 100644 (file)
@@ -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 */
 }
This page took 0.022449 seconds and 4 git commands to generate.