Headers: move *-static.h headers to urcu/static/
[urcu.git] / urcu / arch_ppc.h
index 93aed2a72f0c06b0f4a0cc68c0365f30ca150017..b0f503001eef91fc3faa85c78e938f78f8440a20 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #endif 
 
 /* Include size of POWER5+ L3 cache lines: 256 bytes */
-#define CACHE_LINE_SIZE        256
+#define CAA_CACHE_LINE_SIZE    256
 
 #define cmm_mb()    asm volatile("sync":::"memory")
 
@@ -50,7 +50,7 @@ extern "C" {
 
 typedef unsigned long long cycles_t;
 
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
 {
        long h, l;
 
This page took 0.02293 seconds and 4 git commands to generate.